Skip to content

Commit a041b9c

Browse files
chore(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 588c3ac commit a041b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get cached node modules
2929
id: yarn-cache-dir-path
3030
run: echo "::set-output name=dir::$(yarn cache dir)"
31-
- uses: actions/[email protected].5
31+
- uses: actions/[email protected].6
3232
id: yarn-cache
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Get cached node modules
6262
id: yarn-cache-dir-path
6363
run: echo "::set-output name=dir::$(yarn cache dir)"
64-
- uses: actions/[email protected].5
64+
- uses: actions/[email protected].6
6565
id: yarn-cache
6666
with:
6767
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)