Skip to content

Commit

Permalink
Build(deps): Bump actions/cache from 4.1.2 to 4.2.0 (#3229)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and tlimoncelli authored Dec 9, 2024
1 parent 9357743 commit 25652e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: stable
- name: restore_cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v4
- run: mkdir -p "$TEST_RESULTS"
- name: restore_cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
Expand Down

0 comments on commit 25652e0

Please sign in to comment.