From a7b33a36ae72d02dbb36aea305882060002af97d Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 17 Jan 2025 13:05:57 +0100 Subject: [PATCH] Revert "ci: pin nightly (#2370)" (#2371) This reverts commit e18658de44dab3e730c8b5ca0c00fc086fcef9c1. --- .github/actions/rust/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/rust/action.yml b/.github/actions/rust/action.yml index dae4599e6f..54fe0e45a1 100644 --- a/.github/actions/rust/action.yml +++ b/.github/actions/rust/action.yml @@ -24,9 +24,7 @@ runs: - name: Install Rust uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master with: - # Nightly pinned due to - # for now. - toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-15' || inputs.version }} + toolchain: ${{ inputs.version }} components: ${{ inputs.components }} targets: ${{ inputs.targets }}