Skip to content

Commit 1b421f7

Browse files
Merge pull request #28 from UnitVectorY-Labs/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents c042349 + 33b033d commit 1b421f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: '1.25.5' # GOVERSION
2626

2727
- name: Cache Go modules
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: |
3131
~/.cache/go-build

0 commit comments

Comments
 (0)