From b21c66f3159879aafc9b25b246a8b1c8857e2c4c Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Wed, 18 Dec 2024 13:13:30 +0100 Subject: [PATCH] upgrade rust image --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 82ec7f6..d256f6e 100644 --- a/action.yml +++ b/action.yml @@ -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 }}" +