chore(deps): update actions/cache action to v4 #26

Merged
kjuulh merged 1 commits from renovate/all into main 2024-01-17 17:46:33 +01:00

View File

@ -33,7 +33,7 @@ jobs:
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
- name: Cache Go Modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}