diff --git a/.github/workflows/s3-gateway.yml b/.github/workflows/s3-gateway.yml index b0aac8c..f86e1fd 100644 --- a/.github/workflows/s3-gateway.yml +++ b/.github/workflows/s3-gateway.yml @@ -68,7 +68,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: .bin key: ${{ runner.os }}-binaries @@ -152,7 +152,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: .bin key: ${{ runner.os }}-binaries @@ -237,7 +237,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: .bin key: ${{ runner.os }}-binaries