Update actions/cache action to v5 (#29)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-06 13:56:03 +00:00
committed by GitHub
parent 937de69026
commit 51970d3181
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
go-version: "1.26" go-version: "1.26"
- name: Cache Go modules - name: Cache Go modules
id: cache-go id: cache-go
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}