From 6ba90fcad213ce2faaa28dc1563881704b8dfe03 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 5 Mar 2024 11:00:11 +0100 Subject: [PATCH] Oops --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 062bab6..e8f577b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@fix # change branch name to PR branch if you are changing it + - uses: EmbarkStudios/cargo-deny-action@prep-release # change branch name to PR branch if you are changing it # with: # manifest-path: test/Cargo.toml \ No newline at end of file