Skip to content

Commit

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

actions: bump actions/cache from 2 to 2.1.5
  • Loading branch information
ferferga authored May 12, 2021
2 parents cc836df + 46239b4 commit 0c01596
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v2.1.5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v2.1.5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 0c01596

Please sign in to comment.