We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d403b commit 8d56d10Copy full SHA for 8d56d10
.github/workflows/conformance.yml
@@ -34,7 +34,7 @@ jobs:
34
# Check if it's already in the cache
35
- name: Cache client
36
id: check-for-cached-client
37
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
38
with:
39
path: ~/go/bin/client
40
key: ${{ steps.resolve-latest-client.outputs.version }}
@@ -66,7 +66,7 @@ jobs:
66
- name: Pre-fetch go dependencies and build
67
run: 'go build ./...'
68
- name: Fetch conformance client
69
70
71
72
key: ${{ needs.download-conformance-client.outputs.cache-key }}
0 commit comments