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

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

This commit is contained in:
Bill Thornton 2022-08-15 13:31:03 -04:00 committed by GitHub
commit fc75e2adef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup node environment - name: Setup node environment
uses: actions/setup-node@v3.3.0 uses: actions/setup-node@v3.4.1
with: with:
node-version: 12 node-version: 12
check-latest: true check-latest: true
@ -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.4 uses: actions/cache@v3.0.7
id: npm-cache id: npm-cache
with: with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }} path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup node environment - name: Setup node environment
uses: actions/setup-node@v3.3.0 uses: actions/setup-node@v3.4.1
with: with:
node-version: 12 node-version: 12
check-latest: true check-latest: true
@ -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.4 uses: actions/cache@v3.0.7
id: npm-cache id: npm-cache
with: with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }} path: ${{ steps.npm-cache-dir-path.outputs.dir }}
@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup node environment - name: Setup node environment
uses: actions/setup-node@v3.3.0 uses: actions/setup-node@v3.4.1
with: with:
node-version: 12 node-version: 12
check-latest: true check-latest: true
@ -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.4 uses: actions/cache@v3.0.7
id: npm-cache id: npm-cache
with: with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }} path: ${{ steps.npm-cache-dir-path.outputs.dir }}

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ contains(github.repository, 'jellyfin/') }} if: ${{ contains(github.repository, 'jellyfin/') }}
steps: steps:
- uses: actions/stale@v5.0.0 - uses: actions/stale@v5.1.1
with: with:
repo-token: ${{ secrets.JF_BOT_TOKEN }} repo-token: ${{ secrets.JF_BOT_TOKEN }}
days-before-stale: 120 days-before-stale: 120