Skip to content

Commit 73f708f

Browse files
committed
ci: upgrade actions deps
1 parent 3508003 commit 73f708f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414
- name: Set up Node
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18.x
17+
node-version: 22.x
1818
- name: Get yarn cache
1919
id: yarn-cache
2020
run: echo "::set-output name=dir::$(yarn cache dir)"
2121
- name: Restore Cache
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: ${{ steps.yarn-cache.outputs.dir }}
2525
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)