Skip to content

Commit 2be2b0f

Browse files
Build(deps): Bump actions/cache from 4.2.4 to 4.3.0 (#3776)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli <[email protected]>
1 parent 5f4e1ef commit 2be2b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version: stable
4343
- name: restore_cache
44-
uses: actions/cache@v4.2.4
44+
uses: actions/cache@v4.3.0
4545
with:
4646
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
4747
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- uses: actions/checkout@v5
198198
- run: mkdir -p "$TEST_RESULTS"
199199
- name: restore_cache
200-
uses: actions/cache@v4.2.4
200+
uses: actions/cache@v4.3.0
201201
with:
202202
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
203203
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}

0 commit comments

Comments
 (0)