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 5f4e1ef commit 2be2b0fCopy full SHA for 2be2b0f
.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.4
+ uses: actions/cache@v4.3.0
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
@@ -197,7 +197,7 @@ jobs:
197
- uses: actions/checkout@v5
198
- run: mkdir -p "$TEST_RESULTS"
199
200
201
202
203
0 commit comments