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 f22ae4b commit 71cbad4Copy full SHA for 71cbad4
.github/workflows/main.yml
@@ -24,11 +24,11 @@ jobs:
24
25
steps:
26
- name: Clone repository
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
with:
29
fetch-depth: 3
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
32
33
path: ~/.cache/yarn
34
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
0 commit comments