Bump actions/cache from 3.0.1 to 3.0.5 (#453)

This commit is contained in:
dependabot[bot] 2022-07-18 10:41:56 +01:00 committed by GitHub
parent afdf9978ec
commit 43be301386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/cache@v3.0.1
- uses: actions/cache@v3.0.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}