Skip to content

Commit 9d32d28

Browse files
author
Suguru Ohki
authored
Merge pull request #1 from SuguruOoki/dependabot/github_actions/actions/cache-v2.1.4
fix(deps): bump actions/cache from v2 to v2.1.4
2 parents 526eca9 + 76a8615 commit 9d32d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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@v2
36+
uses: actions/cache@v2.1.4
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 }}

0 commit comments

Comments
 (0)