Compare commits

..

No commits in common. "main" and "v1" have entirely different histories.
main ... v1

View File

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