Skip to content

Commit

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

chore(deps): bump actions/cache from v2.1.3 to v2.1.4
  • Loading branch information
moul committed Feb 7, 2021
2 parents 3b5e2fe + 5e93d93 commit c13753d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand All @@ -78,7 +78,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit c13753d

Please sign in to comment.