From 95eb691368ca1d68d3682065fbca0d522e5746f6 Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sat, 9 Dec 2023 17:46:12 +0100 Subject: [PATCH] fix: lock nanobyte-public/rust-action --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index df1722d..3942a8c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: .cache target restore-keys: ${{github.repository}}-cache-cargo-clippy-v4 - - uses: nanobyte-public/rust-action@master + - uses: nanobyte-public/rust-action@v3 with: args: CARGO_HOME=./.cache cargo-nan \"${{secrets.deployment_package}}\" cargo clippy -- -Dwarnings - uses: https://gitea.com/wolfogre/cache/save@v3 @@ -49,10 +49,10 @@ jobs: target key: "${{github.repository}}-cache-test-clippy-v4-${{ steps.get-hash.outputs.hash }}" restore-keys: ${{github.repository}}-cache-test-test-v4 - - uses: nanobyte-public/rust-action@master + - uses: nanobyte-public/rust-action@v3 with: args: | - CARGO_HOME=./.cache cargo-nan \"Bearer ${{secrets.deployment_package}}\" cargo test + CARGO_HOME=./.cache cargo-nan \"${{secrets.deployment_package}}\" cargo test - uses: https://gitea.com/wolfogre/cache/save@v3 if: steps.cache.outputs.cache-hit != 'true' with: