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