Skip to content

Commit 4636652

Browse files
authored
Merge pull request #27 from ghiscoding/ghiscoding-patch-1
chore: update all github action plugins to latest
2 parents 82c30c2 + a2307fd commit 4636652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node: [16]
23+
node: [20]
2424

2525
steps:
2626
- name: Clone repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 3
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
with:
3333
path: ~/.cache/yarn
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
# always deploy (re-publish) GitHub demo page with a Prod build
5252
- name: Deploy to gh-pages
53-
uses: peaceiris/actions-gh-pages@v3
53+
uses: peaceiris/actions-gh-pages@v4
5454
if: github.ref == 'refs/heads/master'
5555
with:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)