Skip to content

Commit

Permalink
workflows/rust: directly update toolchain to 1.75.0
Browse files Browse the repository at this point in the history
I have made a MR into repo-templates to update this file.
seen here: coreos/repo-templates#230
Once it lands the downstream MR for updating the toolchain will
not be able to merge due to failing CI we currently have, and
we cannot merge the fix for the failing CI without it. So
add the lint CI update here to allow CI fixes to be mergable.
  • Loading branch information
prestist committed Jun 14, 2024
1 parent a670e9b commit 6483fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTIONS_LINTS_TOOLCHAIN: 1.71.0
ACTIONS_LINTS_TOOLCHAIN: 1.75.0

jobs:
tests-stable:
Expand Down

0 comments on commit 6483fb2

Please sign in to comment.