We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3508003 commit 73f708fCopy full SHA for 73f708f
.github/workflows/Deploy.yml
@@ -10,16 +10,16 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
14
- name: Set up Node
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
16
with:
17
- node-version: 18.x
+ node-version: 22.x
18
- name: Get yarn cache
19
id: yarn-cache
20
run: echo "::set-output name=dir::$(yarn cache dir)"
21
- name: Restore Cache
22
- uses: actions/cache@v1
+ uses: actions/cache@v4
23
24
path: ${{ steps.yarn-cache.outputs.dir }}
25
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments