Skip to content

Commit

Permalink
Merge pull request #256 from jellyfin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-v2.1.5

Update actions/cache requirement to v2.1.5
  • Loading branch information
thornbill authored Apr 13, 2021
2 parents 62dc851 + 0afdd6c commit b13e9a8
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 b13e9a8

Please sign in to comment.