chore(deps): update actions/cache action to v4

This commit is contained in:
Renovate Bot 2025-08-31 02:40:19 +00:00
commit 376b965ec0
3 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ runs:
echo "version=$(rustup --version)" >> $GITHUB_OUTPUT
- name: Cache rustup toolchains
if: steps.rustup-version.outputs.version == ''
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.rustup