From dea3ea71244efdfd44ad14cca9b794c166e76c85 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 21 Feb 2025 16:38:42 +0100 Subject: [PATCH] Force the cargo-deny action to update to stable rust --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 233f1cab4..3e907b319 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -154,6 +154,8 @@ jobs: - name: Run `cargo-deny` uses: EmbarkStudios/cargo-deny-action@v2.0.5 + with: + rust-version: stable check-schema: name: Check schema