diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1b9be34b..7d468b1e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -46,6 +46,8 @@ jobs: fetch-depth: 1 - name: Install correct toolchain uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Run cargo check uses: actions-rs/cargo@v1 with: @@ -114,6 +116,8 @@ jobs: uses: actions/checkout@v4 - name: Install correct toolchain uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Generate manpage uses: actions-rs/cargo@v1 with: