Skip to content

Commit

Permalink
Update to v0.38 with warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Oct 5, 2023
1 parent ba359a8 commit b00750a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.37.0";
export KANI_VERSION="0.38.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
- name: Send deprecated warning
run: |
echo "::warning::We will be moving to v1, which will install the latest version of Kani by default. Please be aware that version 0.38 will be the final release where the version of Kani matches the version of Kani Github Action."
- name: Install PropProof
if: ${{ inputs.enable-propproof == 'true' }}
uses: actions/checkout@v3
Expand Down

0 comments on commit b00750a

Please sign in to comment.