Skip to content

Commit c2d239c

Browse files
committed
Try to fix cargo deny CI step
1 parent 8603784 commit c2d239c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,18 @@ jobs:
9898
name: cargo-deny
9999
runs-on: ubuntu-24.04
100100
steps:
101-
- uses: actions/checkout@v1
102-
- uses: EmbarkStudios/cargo-deny-action@v1
101+
- uses: actions/checkout@v4
102+
- uses: EmbarkStudios/cargo-deny-action@v2
103103
with:
104+
rust-version: "1.92.0"
105+
log-level: error
104106
command: check ${{ matrix.checks }}
105107

106-
- uses: EmbarkStudios/cargo-deny-action@v1
108+
- uses: EmbarkStudios/cargo-deny-action@v2
107109
with:
108110
manifest-path: demo-puffin/Cargo.toml
111+
rust-version: "1.92.0"
112+
log-level: error
109113
command: check ${{ matrix.checks }}
110114

111115
check-msrv:

0 commit comments

Comments
 (0)