chore(deps): bump actions/cache from 2 to 3.0.1 (#1920)

This commit is contained in:
dependabot[bot]
2022-04-04 15:43:14 +03:00
committed by GitHub
parent 2b217a3b2a
commit 76e9d7eb27

View File

@@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}