Skip to content

Commit

Permalink
Update underlying actions/cache to v4 to avoid Node deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Apr 25, 2024
1 parent 3a8441e commit 000cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- id: date
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
shell: bash
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/Library/Caches/go-build
Expand Down

0 comments on commit 000cc02

Please sign in to comment.