Update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-02-16 04:17:03 +00:00
commit 273bb20baa

View file

@ -36,7 +36,7 @@ jobs:
go-version: stable
- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}