Skip to content

Commit 3cc0d10

Browse files
build(deps): bump actions/cache from 4.1.2 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 165de30 commit 3cc0d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: go
3737

3838
- name: Cache Go modules
39-
uses: actions/cache@v4.1.2
39+
uses: actions/cache@v4.2.1
4040
with:
4141
path: ~/go/pkg/mod
4242
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)