diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 47c0e96a..a39071fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: - run: npm install --prefix build - name: Restore rq cache id: cache-rq - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -51,7 +51,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} diff --git a/.github/workflows/update-caps.yml b/.github/workflows/update-caps.yml index 0311124e..10414b07 100644 --- a/.github/workflows/update-caps.yml +++ b/.github/workflows/update-caps.yml @@ -23,7 +23,7 @@ jobs: go-version-file: go.mod - name: Restore rq cache id: cache-rq - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -31,7 +31,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} diff --git a/.github/workflows/update-example-index.yaml b/.github/workflows/update-example-index.yaml index d22fd893..f21419f4 100644 --- a/.github/workflows/update-example-index.yaml +++ b/.github/workflows/update-example-index.yaml @@ -36,7 +36,7 @@ jobs: - name: Restore rq cache id: cache-rq - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -44,7 +44,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}