Skip to content

Commit 66f082e

Browse files
committed
ci: disable persisted checkout credentials and specify stable toolchain
1 parent 2a150bb commit 66f082e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
39+
with:
40+
persist-credentials: false
3941

4042
- name: Install Rust
4143
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
44+
with:
45+
toolchain: stable
4246

4347
- name: Install dependencies (Ubuntu only)
4448
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)