Skip to content

Commit 2c49549

Browse files
authored
ci: Fix cargo publish dry run (pubgrub-rs#217)
Github actions are erroring with the cargo_publish_dry_run.yml workflow, even though it's not running (https://github.com/astral-sh/pubgrub/actions/runs/8925107214). This change should fix that
1 parent 04a7aa4 commit 2c49549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo_publish_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Install stable Rust
19-
uses: dtolnay/rust-toolchain
19+
uses: dtolnay/rust-toolchain@stable
2020

2121
- name: Get Cargo version
2222
id: cargo_version

0 commit comments

Comments
 (0)