Merge pull request #3203 from jellyfin/dependabot/github_actions/actions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
This commit is contained in:
Bill Thornton 2021-12-27 12:04:25 -05:00 committed by GitHub
commit d5ec19ad7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@ -61,7 +61,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@ -99,7 +99,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}