summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust-supply-chain.yml1
-rw-r--r--.github/workflows/rust-unused-dependencies.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust-supply-chain.yml b/.github/workflows/rust-supply-chain.yml
index 67e15b7390..b679766c73 100644
--- a/.github/workflows/rust-supply-chain.yml
+++ b/.github/workflows/rust-supply-chain.yml
@@ -20,4 +20,5 @@ jobs:
uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
+ rust-version: stable
command: check all
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml
index b2c95bcd7a..98f279d1de 100644
--- a/.github/workflows/rust-unused-dependencies.yml
+++ b/.github/workflows/rust-unused-dependencies.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
env:
# Pinning nightly just to avoid random breakage. It's fine to bump this at any time
- RUST_NIGHTLY_TOOLCHAIN: nightly-2023-08-03
+ RUST_NIGHTLY_TOOLCHAIN: nightly-2024-01-07
jobs:
prepare-containers:
runs-on: ubuntu-latest