upgrade rust image

This commit is contained in:
Ondrej Vlach 2024-12-18 13:13:30 +01:00
parent 7c9da5cc76
commit b21c66f315
No known key found for this signature in database
GPG Key ID: 7F141CDACEDEE2DE

View File

@ -30,7 +30,7 @@ runs:
target
restore-keys: ${{inputs.repository}}-cache-test
- name: Tests
uses: nanobyte-public/rust-action@v3
uses: nanobyte-public/rust-action@v5
with:
args: |
CARGO_HOME=./.cache cargo-nan \"${{inputs.cargo_nan_secret}}\" cargo clippy -- -Dwarnings && \
@ -44,3 +44,4 @@ runs:
.cache
target
key: "${{github.repository}}-cache-test-${{ steps.get-hash.outputs.hash }}"