Skip to content

Commit

Permalink
Merge pull request #179 from gotd/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-v2.1.4

Bump actions/cache from v2 to v2.1.4
  • Loading branch information
ernado committed Mar 8, 2021
2 parents 761c219 + a4f60e3 commit 8a374f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand All @@ -91,7 +91,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: coverage-${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 8a374f1

Please sign in to comment.