Skip to content

Commit 200a44d

Browse files
dependabot[bot]vdemeester
authored andcommitted
Bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdaa60b commit 200a44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version: '1.22'
1818

19-
- uses: actions/cache@v4
19+
- uses: actions/cache@v6
2020
with:
2121
path: |
2222
~/.cache/go-build
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
go-version: '1.22'
4949

50-
- uses: actions/cache@v4
50+
- uses: actions/cache@v6
5151
with:
5252
path: |
5353
~/.cache/go-build

0 commit comments

Comments
 (0)