Skip to content

Commit f5cdcd9

Browse files
build(deps): bump actions/cache from 4 to 5 (#1166)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cb62cf commit f5cdcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: ${{ matrix.go }}
3232
- uses: actions/checkout@v5
33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
with:
3535
# In order:
3636
# * Module download cache

0 commit comments

Comments
 (0)