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

This commit is contained in:
Renovate 2025-09-09 23:14:50 +01:00
commit 16153625d1
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
4 changed files with 9 additions and 9 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