Skip to content

Commit c115664

Browse files
build(deps): bump actions/cache from 4 to 5 in /.github/actions/cache-go-dependencies in the actions group (#2515)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6172c7 commit c115664

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)