Skip to content

Commit 8503ddd

Browse files
committed
test
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 6e4d7bd commit 8503ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030

3131
- name: Rust Toolchain
3232
id: rust-toolchain
33-
uses: dtolnay/rust-toolchain@master
33+
uses: dtolnay/rust-toolchain@stable
3434
if: steps.rustup-cache.outputs.cache-hit != 'true'
3535
with:
3636
toolchain: "${{ inputs.toolchain || steps.rust-version.outputs.version }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
issues: write # audit-check creates issues
1818

1919
env:
20-
CARGO_TERM_COLOR: always
20+
CARGO_TERM_COLOR: auto
2121
RUST_BACKTRACE: 1
2222

2323
jobs:

0 commit comments

Comments
 (0)