diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index a530108..9e7d1ae 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -34,7 +34,7 @@ jobs: # Check if it's already in the cache - name: Cache client id: check-for-cached-client - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/go/bin/client key: ${{ steps.resolve-latest-client.outputs.version }} @@ -66,7 +66,7 @@ jobs: - name: Pre-fetch go dependencies and build run: 'go build ./...' - name: Fetch conformance client - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/go/bin/client key: ${{ needs.download-conformance-client.outputs.cache-key }}