Skip to content

Commit 3a698bb

Browse files
build(deps): bump actions/cache
Bumps the actions group in /.github/actions/cache-go-dependencies with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ca37a2 commit 3a698bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/cache-go-dependencies/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ runs:
1111
shell: bash
1212

1313
- name: Cache Go Dependencies
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
with:
1616
path: |
1717
${{ steps.cache-paths.outputs.GOMODCACHE }}
1818
key: go-mod-v1-${{ hashFiles('**/go.sum') }}
1919

2020
- name: Cache Go Build
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: |
2424
${{ steps.cache-paths.outputs.GOCACHE }}

0 commit comments

Comments
 (0)