Skip to content

Commit 8ceedd3

Browse files
authored
Use a stable commit in rust-toolchain action (DataDog#22843)
1 parent 7acf1cf commit 8ceedd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ddev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ jobs:
154154

155155
# Pinning virtualenv because of https://github.com/pypa/hatch/issues/2193
156156
- name: Install Hatch
157-
run: pip install -U hatch "virtualenv<21"
157+
run: pip install -U hatch "virtualenv<21"
158158

159159
- name: Install Hatch environment collector plugin
160160
run: pip install -e . --no-deps
161161

162162
- name: Install Rust toolchain
163-
uses: dtolnay/rust-toolchain@772c4490b37ea1c65caf6a53089a38ea1510cf4a # 1.93.0 Latest rust stable version as of 2026-01-27 (https://forge.rust-lang.org/)
163+
uses: dtolnay/rust-toolchain@086dfa4efe372cfb6b375460a56e26a62a873d2e # 1.93.1 Latest rust stable version as of 2026-01-27 (https://forge.rust-lang.org/)
164164
with:
165165
targets: ${{ matrix.job.target }}
166166

0 commit comments

Comments
 (0)