Skip to content

Commit

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

chore(deps): bump actions/cache from v1 to v2.1.3
  • Loading branch information
moul authored Nov 15, 2020
2 parents 5c71b87 + 24ffc54 commit fd72cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v1
- uses: actions/cache@v2.1.3
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@v1
- uses: actions/cache@v2.1.3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit fd72cf8

Please sign in to comment.