diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 09096ee..3def71f 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -69,7 +69,7 @@ runs: - name: save toolchain cache id: cache-save if: steps.cache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cargo key: ${{ steps.setup-env.outputs.toolchain-cache-key }}