Skip to content

Commit 74f365c

Browse files
authored
Merge pull request #264 from 42devs/dependabot/github_actions/actions/cache-3.0.6
fix(deps): bump actions/cache from 3.0.5 to 3.0.6
2 parents f21b6f4 + aa5b147 commit 74f365c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=dir::$(yarn cache dir)"
3333

3434
- name: Cache node_modules 📦
35-
uses: actions/cache@v3.0.5
35+
uses: actions/cache@v3.0.6
3636
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3737
with:
3838
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=dir::$(yarn cache dir)"
3434

3535
- name: Cache node_modules 📦
36-
uses: actions/cache@v3.0.5
36+
uses: actions/cache@v3.0.6
3737
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
1919

2020
- name: Cache node_modules 📦
21-
uses: actions/cache@v3.0.5
21+
uses: actions/cache@v3.0.6
2222
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2323
with:
2424
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)