diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5037277001..f9f5ad4e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -861,7 +861,7 @@ jobs: - run: npm ci - run: npm run check:node-runtime - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: ~/.cache/ms-playwright key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index a87ce68918..42344dfa4f 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -94,7 +94,7 @@ jobs: cache: npm - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/nightly-mutation.yml b/.github/workflows/nightly-mutation.yml index 36e554bb85..644ad5e9eb 100644 --- a/.github/workflows/nightly-mutation.yml +++ b/.github/workflows/nightly-mutation.yml @@ -31,7 +31,7 @@ jobs: cache: npm - run: npm ci - name: Restore Stryker incremental cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: reports/mutation/stryker-incremental.json key: stryker-incremental-${{ github.run_id }}