Skip to content

Commit

Permalink
Merge pull request #239 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 Mar 31, 2021
2 parents 9413b75 + 55010dc commit a710e50
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 @@ -53,7 +53,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 @@ -77,7 +77,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 a710e50

Please sign in to comment.