Skip to content

Commit e6e2ea1

Browse files
authored
Merge pull request #1 from techquestsdev/dependabot/github_actions/actions/cache-5
ci: bump actions/cache from 4 to 5
2 parents fbd9d34 + 4280b71 commit e6e2ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: ${{ matrix.go }}
2929

3030
- name: Cache Go modules
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: |
3434
~/.cache/go-build

0 commit comments

Comments
 (0)