chore(deps): update actions/cache action to v3

This commit is contained in:
Kasper Juul Hermansen 2022-10-25 21:47:05 +00:00
parent 6800928f88
commit 033a376a60

View File

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