Skip to content

Commit 9430659

Browse files
chore(deps): update actions/cache action to v4 (#576)
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f497ff commit 9430659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
3030
with:
3131
path: |
3232
~/go/pkg/mod

0 commit comments

Comments
 (0)