summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-unused-dependencies.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml
index e8d708667f..b2c95bcd7a 100644
--- a/.github/workflows/rust-unused-dependencies.yml
+++ b/.github/workflows/rust-unused-dependencies.yml
@@ -9,7 +9,8 @@ on:
- 'building/*-container-image.txt'
workflow_dispatch:
env:
- RUST_NIGHTLY_TOOLCHAIN: nightly-2023-01-13
+ # Pinning nightly just to avoid random breakage. It's fine to bump this at any time
+ RUST_NIGHTLY_TOOLCHAIN: nightly-2023-08-03
jobs:
prepare-containers:
runs-on: ubuntu-latest