Skip to content

Commit 289ac0e

Browse files
build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#907)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@13aacd8...ab5e6d0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c59fb6 commit 289ac0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: cache go binaries
46-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
46+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
4747
id: cache-go-bin
4848
with:
4949
path: ~/go/bin
5050
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
5151
restore-keys: ${{ runner.os }}-go-bin
5252

53-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
53+
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
5454
with:
5555
path: |
5656
~/go/pkg/mod
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
go-version: 1.22.x
7474
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
75-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
75+
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
7676
with:
7777
path: |
7878
~/go/pkg/mod

0 commit comments

Comments
 (0)