From aedae002439821e52cc9980133a3c9cb0d5749ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:53:07 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-linux-ubuntu-latest.yml | 2 +- .github/workflows/ci-mac.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/ci_fuzz_linux.yml | 2 +- .github/workflows/docker.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-linux-ubuntu-latest.yml b/.github/workflows/ci-linux-ubuntu-latest.yml index 07269fd..e09b1e2 100644 --- a/.github/workflows/ci-linux-ubuntu-latest.yml +++ b/.github/workflows/ci-linux-ubuntu-latest.yml @@ -15,7 +15,7 @@ jobs: ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index 725ede3..7f1943e 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -15,7 +15,7 @@ jobs: ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 15e7390..761cf35 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -15,7 +15,7 @@ jobs: python-version: ["3.12"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/ci_fuzz_linux.yml b/.github/workflows/ci_fuzz_linux.yml index a753a80..cfeeafa 100644 --- a/.github/workflows/ci_fuzz_linux.yml +++ b/.github/workflows/ci_fuzz_linux.yml @@ -18,7 +18,7 @@ jobs: ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5900e56..f86272b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Upgrade pip run: |