1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update actions/cache action to v3.0.1

This commit is contained in:
Renovate Bot 2022-03-30 11:10:45 +00:00
parent 53688eb9f4
commit 110c2cba05
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

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