Skip to content

Commit 095c67f

Browse files
Bump actions/cache from 3 to 4 (#145)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fa6af1 commit 095c67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: ${{ matrix.go }}
3232

3333
- name: Setup go module cache
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.cache/go-build

0 commit comments

Comments
 (0)