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 e15853c commit 5ed7c1bCopy full SHA for 5ed7c1b
1 file changed
.github/workflows/ci.yml
@@ -16,14 +16,14 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
20
- - uses: actions/setup-node@v2
+ uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
21
with:
22
node-version: "18"
23
- name: Get yarn cache directory path
24
id: yarn-cache-dir-path
25
run: echo "::set-output name=dir::$(yarn cache dir)"
26
- - uses: actions/cache@v2
+ - uses: actions/cache@v5
27
28
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
29
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments