Skip to content

Commit

Permalink
Merge pull request #97 from moul/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-3.0.4

chore(deps): bump actions/cache from 2.1.6 to 3.0.4
  • Loading branch information
moul authored Jun 13, 2022
2 parents 1405dea + 910296d commit 1c111b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.6
- uses: actions/cache@v3.0.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 1c111b2

Please sign in to comment.