chore(deps): update actions/cache action to v5 #63

Merged
t.behrendt merged 1 commits from renovate/actions-cache-5.x into main 2025-12-19 19:34:24 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 297e9446e6 - Show all commits

View File

@@ -37,7 +37,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
with: with:
path: | path: |
/go_path /go_path

View File

@@ -28,7 +28,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
with: with:
path: | path: |
/go_path /go_path