Skip to content

Commit

Permalink
Merge 04453a2 into 8d274a6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2022
2 parents 8d274a6 + 04453a2 commit 0f79231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 16.x

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
node-version: 16.x

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand Down

0 comments on commit 0f79231

Please sign in to comment.