Skip to content

Commit 37de093

Browse files
authored
chore: update all github action plugins to latest
1 parent af5aef7 commit 37de093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/main.yml

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

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

31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
with:
3333
path: ~/.cache/yarn
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
3535
restore-keys: |
3636
${{ runner.os }}-node-
3737
- name: Set Node.js version
38-
uses: actions/setup-node@v2
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ matrix.node }}
4141

@@ -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)