Merge pull request #3680 from jellyfin/renovate/ci-deps

This commit is contained in:
Bill Thornton
2022-05-31 07:31:45 -04:00
committed by GitHub
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"
- name: Cache node_modules
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
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@v3.0.2
uses: actions/cache@v3.0.3
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@v3.0.2
uses: actions/cache@v3.0.3
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}