From b345840c2350664c336aa65f8722a447b8dbb9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:38:38 -0600 Subject: [PATCH] build(deps): bump model-checking/kani-github-action from 0.37 to 1.0 (#1977) Bumps [model-checking/kani-github-action](https://github.com/model-checking/kani-github-action) from 0.37 to 1.0. - [Release notes](https://github.com/model-checking/kani-github-action/releases) - [Commits](https://github.com/model-checking/kani-github-action/compare/v0.37...v1.0) --- updated-dependencies: - dependency-name: model-checking/kani-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1317210ca5..a5ea2018e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -705,7 +705,7 @@ jobs: submodules: true - name: Kani run - uses: model-checking/kani-github-action@v0.37 + uses: model-checking/kani-github-action@v1.0 with: working-directory: ${{ matrix.crate }} args: --tests