Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from jwillker/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3

chore(deps): bump actions/cache from 1 to 3
  • Loading branch information
jwillker committed May 22, 2022
2 parents 197a3cb + e4907b8 commit 3bf6329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.18
-
name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 3bf6329

Please sign in to comment.