diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 11e6dc3..9a17204 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: cache: 'npm' - name: Restore node_modules - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -93,7 +93,7 @@ jobs: cache: 'npm' - name: Restore node_modules - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -182,7 +182,7 @@ jobs: cache: 'npm' - name: Restore node_modules - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules diff --git a/.github/workflows/benchmarks-ci.yml b/.github/workflows/benchmarks-ci.yml index a3ffa3a..2d214dc 100644 --- a/.github/workflows/benchmarks-ci.yml +++ b/.github/workflows/benchmarks-ci.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: true - name: Download baseline data - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: benchmarks/baselines key: benchmark-baselines-${{ github.base_ref || github.ref_name }} @@ -74,7 +74,7 @@ jobs: - name: Save baseline data if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: benchmarks/baselines key: benchmark-baselines-${{ github.ref_name }}-${{ github.sha }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4265e..d9c3534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: npm ci - name: Cache node_modules - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | node_modules @@ -54,7 +54,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -86,7 +86,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -125,7 +125,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -218,7 +218,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -252,7 +252,7 @@ jobs: retention-days: 7 - name: Cache build outputs - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | packages/*/dist @@ -275,7 +275,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules @@ -302,7 +302,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | node_modules