Skip to content

Commit 649c613

Browse files
Bump actions/cache from 3.3.2 to 4.0.0 (#360)
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 a93533d commit 649c613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1111
with:
1212
go-version: 1.19
13-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
13+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
1414
with:
1515
path: |
1616
~/go/pkg/mod

0 commit comments

Comments
 (0)