Skip to content

Commit 0ed6f79

Browse files
CI: tell dependabot to not update the MSRV
Co-Authored-By: danieleades <[email protected]>
1 parent d880c3f commit 0ed6f79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- uses: taiki-e/install-action@cargo-no-dev-deps
44-
- uses: dtolnay/[email protected]
44+
- uses: dtolnay/rust-toolchain@master
45+
with:
46+
# Here, it does not trigger a PR from dependabot.
47+
toolchain: 1.43.1
4548
- run: cargo no-dev-deps check
4649

4750
test:

0 commit comments

Comments
 (0)