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.9

This commit is contained in:
renovate[bot] 2022-09-30 05:45:55 +00:00 committed by GitHub
parent 5c10f432de
commit c1ab57669d
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@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
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@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
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@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # tag=v3.0.9
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}