Merge pull request #186 from jellyfin/dependabot/github_actions/actions/cache-2.1.5

actions: bump actions/cache from 2 to 2.1.5
This commit is contained in:
Fernando Fernández 2021-05-12 12:32:03 +02:00 committed by GitHub
commit 0c015961c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}