Skip to content

Commit 59183f3

Browse files
authoredFeb 24, 2025··
Build(deps): Bump actions/cache from 4.2.0 to 4.2.1 (#3459)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c01bfdc commit 59183f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pr_build.yml

+1-1
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.0
44+
uses: actions/cache@v4.2.1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- uses: actions/checkout@v4
189189
- run: mkdir -p "$TEST_RESULTS"
190190
- name: restore_cache
191-
uses: actions/cache@v4.2.0
191+
uses: actions/cache@v4.2.1
192192
with:
193193
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
194194
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}

0 commit comments

Comments
 (0)
Please sign in to comment.