chore(deps): update actions/cache action to v3 - autoclosed #8

Closed
kjuulh wants to merge 1 commits from renovate/actions-cache-3.x into main

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