Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 30, 2021
1 parent a5f0a4d commit ba3453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.6
- uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit ba3453d

Please sign in to comment.