diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index d59ad2d7a5..c74a0e49fc 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ${{ inputs.path_tmp }} key: ${{ inputs.key }}