diff --git a/action.yml b/action.yml index 42c542f..5b10e70 100644 --- a/action.yml +++ b/action.yml @@ -33,11 +33,7 @@ runs: - name: Install Rust uses: actions-rs/toolchain@v1.0.7 with: - # From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml - # Should be updated every time we update the version to keep in sync. - # This should be automated https://github.com/model-checking/kani-github-action/issues/9 - toolchain: nightly-2022-12-11 - override: true + toolchain: stable - name: Install Kani shell: bash