diff --git a/action.yml b/action.yml index bab779a..4c46c16 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: - name: Restore tool cache if: inputs.skip-cache != 'true' id: cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: ${{ runner.tool_cache }}/skopeo key: skopeo-${{ runner.os }}-${{ runner.arch }}-${{ steps.latest.outputs.release || inputs.version }}