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 000cbc6 commit 091ac98Copy full SHA for 091ac98
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
6
- deploy
7
jobs:
8
deploy:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
@@ -20,7 +20,7 @@ jobs:
20
run: echo "::set-output name=dir::$(yarn cache dir)"
21
22
- name: Cache dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
26
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
13
14
15
16
0 commit comments