Skip to content

Commit 34cc96e

Browse files
chore(deps): bump actions/cache from 3 to 4 (#52)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d38b2c7 commit 34cc96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go }}
3030

31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
if: ${{ !env.ACT }}
3333
with:
3434
path: ~/go/pkg/mod

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525

26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
if: ${{ !env.ACT }}
2828
with:
2929
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)