Skip to content

Commit 8b2c4df

Browse files
chore(deps): update actions/cache action to v4 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55f0197 commit 8b2c4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: ${{ matrix.go-version }}
4040
- uses: actions/checkout@v3
41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
with:
4343
# In order:
4444
# * Module download cache

0 commit comments

Comments
 (0)