Skip to content

Commit 9ea46b9

Browse files
chore(actions): update actions/cache action to v5
1 parent 7ff07bd commit 9ea46b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: 'go.mod'
2727

2828
- name: Cache Go modules
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: |
3232
~/.cache/go-build

0 commit comments

Comments
 (0)