diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a91a0de..7e406116 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: # hash currently does not factor it in, and we want to keep the # matrix entries from clobbering each other if that ever changes. - name: Cache Turborepo - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .turbo/cache key: turbo-${{ runner.os }}-node${{ matrix.node }}-${{ github.sha }} @@ -172,7 +172,7 @@ jobs: # current runner, so listing all three is safe. - name: Cache Playwright browsers id: playwright-cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cache/ms-playwright @@ -549,7 +549,7 @@ jobs: cache: pnpm - name: Cache Turborepo - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .turbo/cache key: turbo-${{ runner.os }}-coverage-${{ github.sha }} @@ -573,7 +573,7 @@ jobs: # Mirror the matrix job's Playwright cache so the coverage run # also reuses the previously-downloaded browsers. - name: Cache Playwright browsers - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cache/ms-playwright