Skip to content

Commit 3e00920

Browse files
authored
CI: Upgrade dependencies
1 parent b1cac25 commit 3e00920

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/deploy_website.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@ jobs:
2222
run:
2323
working-directory: Website
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v3
29-
with:
30-
node-version: '20'
31-
28+
uses: actions/setup-node@v4
29+
3230
- name: Get yarn cache
3331
id: yarn-cache
3432
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"
3533

3634
- name: Cache dependencies
37-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3836
with:
3937
path: ${{ steps.yarn-cache.outputs.YARN_CACHE_DIR }}
4038
key: ${{ runner.os }}-Website-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)