Skip to content

Commit

Permalink
Merge pull request #329 from jellyfin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-2.1.7
  • Loading branch information
thornbill authored Nov 24, 2021
2 parents 5fbbfaa + e9ac0c7 commit 701921d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.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 dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 701921d

Please sign in to comment.