chore(deps): update actions/cache action to v4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-01-17 16:19:47 +00:00
parent dee8be81f7
commit 48f3368cda

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') }}