diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 42008fa3a..13334e314 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -34,7 +34,7 @@ runs: shell: bash - name: Restore cache id: cache-restore - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ${{ inputs.path_tmp }} key: ${{ inputs.key }}