From 2701b942a20fa8a40ed7c698adf2c7fdb74a1ec7 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:31:36 +0000 Subject: [PATCH] chore(deps): update github actions Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/cratesio-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b92e3a4..95acd10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and run CI in devcontainer uses: devcontainers/ci@v0.3 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Kani proofs in devcontainer uses: devcontainers/ci@v0.3 diff --git a/.github/workflows/cratesio-release.yml b/.github/workflows/cratesio-release.yml index 96568fc..0ed02ac 100644 --- a/.github/workflows/cratesio-release.yml +++ b/.github/workflows/cratesio-release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rust-lang/crates-io-auth-action@v1 id: auth - run: cargo publish