Skip to content

Commit

Permalink
Update actions/cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and BuckarooBanzay committed Feb 3, 2022
1 parent 0f7b198 commit 498c2d1
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 @@ -31,7 +31,7 @@ jobs:
run: cd public && npm ci && npm run bundle

- name: Cache Go modules
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 498c2d1

Please sign in to comment.