Skip to content

Commit

Permalink
Bump to actions/cache@v4
Browse files Browse the repository at this point in the history
Node16.x is deprecated, so bump to newer version.
  • Loading branch information
reedloden authored Oct 24, 2023
1 parent a69554f commit c6ef88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
run: echo "cargohome=${CARGO_HOME:-$HOME/.cargo}" >> $GITHUB_OUTPUT
shell: bash
id: cargo-home
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit c6ef88d

Please sign in to comment.