Skip to content

Commit

Permalink
cicd: update actions/cache version
Browse files Browse the repository at this point in the history
Haven't figured out a way to get dependabot to update these.

Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Mar 20, 2024
1 parent 0604f1e commit 6f3b134
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@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 6f3b134

Please sign in to comment.