mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3508 from jellyfin/renovate/major-ci-deps
Update actions/cache action to v3
This commit is contained in:
commit
52ee1b2650
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2.1.7
|
||||
uses: actions/cache@v3.0.0
|
||||
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.7
|
||||
uses: actions/cache@v3.0.0
|
||||
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.7
|
||||
uses: actions/cache@v3.0.0
|
||||
id: npm-cache
|
||||
with:
|
||||
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
|
||||
|
Loading…
Reference in New Issue
Block a user