Skip to content

Commit c1c4c40

Browse files
build(deps): bump actions/cache from 3.3.2 to 4.0.0 (#894)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@704facf...13aacd8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f73076 commit c1c4c40

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@704facf57e6136b1bc63b828d79edcd491f0ee84
46+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
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@704facf57e6136b1bc63b828d79edcd491f0ee84
53+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
5454
with:
5555
path: |
5656
~/go/pkg/mod
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
go-version: 1.21.x
7474
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
75-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
75+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
7676
with:
7777
path: |
7878
~/go/pkg/mod

0 commit comments

Comments
 (0)