diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81331cc1f8..eedae2adab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Setup node environment - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.4.1 with: node-version: 12 check-latest: true @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.7 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3 - name: Setup node environment - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.4.1 with: node-version: 12 check-latest: true @@ -61,7 +61,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.7 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v3 - name: Setup node environment - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.4.1 with: node-version: 12 check-latest: true @@ -99,7 +99,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache node_modules - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.7 id: npm-cache with: path: ${{ steps.npm-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index 3231f08787..4074e69f92 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@v5.0.0 + - uses: actions/stale@v5.1.1 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120