From d65060e1b8b1b2009a297def87ae33a47c3a21a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:24:25 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/docker-image.yml | 2 +- .github/workflows/jekyll-gh-pages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3513e8..12bed9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: image: ghcr.io/formalsec/ocaml-5.4-z3 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ssh-key: ${{ secrets.DEPLOY_KEY }} # This key is used for the main repo and submodules submodules: true diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f96dcb0..138192f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,7 +16,7 @@ jobs: ssh-keyscan github.com >> ~/.ssh/known_hosts - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout Submodules run: git submodule update --init diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9a99093..4b4b126 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false