Bump actions/cache from 2 to 3.0.1 (#89)

This commit is contained in:
dependabot[bot] 2022-04-01 07:51:10 +00:00 committed by GitHub
parent 64d4798156
commit 7ebfac9dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ jobs: # Docs: <https://git.io/JvxXE>
with: {fetch-depth: 2} # Fixes codecov error 'Issue detecting commit SHA' with: {fetch-depth: 2} # Fixes codecov error 'Issue detecting commit SHA'
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules> - name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
uses: actions/cache@v2 uses: actions/cache@v3
id: go-cache id: go-cache
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
@ -113,7 +113,7 @@ jobs: # Docs: <https://git.io/JvxXE>
id: slug id: slug
- name: Go modules Cache # Docs: <https://git.io/JfAKn#go---modules> - name: Go modules Cache # Docs: <https://git.io/JfAKn#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') }}