diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a3fac3..e27064d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: cargo deny - uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # v2.0.19 + uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2.0.20 with: rust-version: "1.85" command: check advisories licenses bans sources diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edeb712..52cbd83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: cargo deny - uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # v2.0.19 + uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2.0.20 with: rust-version: "1.85" command: check advisories licenses bans sources