Skip to content

Commit

Permalink
Update actions/cache requirement to v2.1.5
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/cache](https:/actions/cache) to permit the latest version.
- [Release notes](https:/actions/cache/releases)
- [Commits](https:/actions/cache/commits/1a9e2138d905efd099035b49d8b7a3888c653ca8)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2021
1 parent 62dc851 commit 0afdd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/[email protected].4
uses: actions/[email protected].5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 12

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.5
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 0afdd6c

Please sign in to comment.