diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ab2594bb7b..33a5eae8e7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -95,7 +95,7 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 - run: just fetch - name: Run cargo deny check bans licenses sources - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 + uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb with: command: check bans licenses sources - run: just check-fmt