Merge pull request #3528 from jellyfin/renovate/ci-deps
Update actions/cache action to v3.0.1
This commit is contained in:
commit
e37a4f71c5
1 changed files with 3 additions and 3 deletions
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)"
|
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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue