diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5499a21..a6e67463c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{steps.yarn-cache-dir-path.outputs.dir}} key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}} @@ -80,7 +80,7 @@ jobs: run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT" shell: bash # Needs explicit bash for Windows-support - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{steps.yarn-cache-dir-path.outputs.dir}} key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 755bb318e..12214ee8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{steps.yarn-cache-dir-path.outputs.dir}} key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}} diff --git a/.github/workflows/update-nock-files.yml b/.github/workflows/update-nock-files.yml index c76d09336..085b11ff8 100644 --- a/.github/workflows/update-nock-files.yml +++ b/.github/workflows/update-nock-files.yml @@ -84,7 +84,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{steps.yarn-cache-dir-path.outputs.dir}} key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}