Skip to content

Commit 6ed258e

Browse files
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 71c39a4 commit 6ed258e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ${{ matrix.go-version }}
2626
- name: Checkout code
2727
uses: actions/checkout@v4
28-
- uses: actions/cache@v4
28+
- uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/go/pkg/mod # Module download cache

0 commit comments

Comments
 (0)