Skip to content

Commit 02c9631

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-go@v6
1818
with:
1919
go-version-file: go.mod
20-
- uses: actions/cache@v4
20+
- uses: actions/cache@v5
2121
with:
2222
path: |
2323
~/.cache/go-build
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-go@v6
5050
with:
5151
go-version-file: go.mod
52-
- uses: actions/cache@v4
52+
- uses: actions/cache@v5
5353
with:
5454
path: |
5555
~/.cache/go-build

0 commit comments

Comments
 (0)