Skip to content

Commit

Permalink
cicd: update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
hdonnay committed Dec 9, 2022
1 parent a9228d4 commit a8a97f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit a8a97f8

Please sign in to comment.