We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01bfdc commit 59183f3Copy full SHA for 59183f3
.github/workflows/pr_build.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
go-version: stable
43
- name: restore_cache
44
- uses: actions/cache@v4.2.0
+ uses: actions/cache@v4.2.1
45
46
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
47
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
.github/workflows/pr_integration_tests.yml
@@ -188,7 +188,7 @@ jobs:
188
- uses: actions/checkout@v4
189
- run: mkdir -p "$TEST_RESULTS"
190
191
192
193
194
0 commit comments