Bump to actions/cache@v4

Node16.x is deprecated, so bump to newer version.
This commit is contained in:
Reed Loden
2023-10-24 12:33:37 -07:00
committed by GitHub
parent a69554ff2e
commit c6ef88d85a

View File

@@ -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: |