From 01c4510dcd57ddc31a2b33f61e47ff2f594595ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:10:07 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [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/v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-pre-commit.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02c7b39..507e0c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: name: Generic pre-commit checks runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 1 @@ -34,7 +34,7 @@ jobs: name: Mypy runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 1 @@ -54,7 +54,7 @@ jobs: name: ${{ matrix.os }}/tests_${{ matrix.python }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 1 diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index f537595..404225c 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 - name: Run commitsar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24ad871..114dee9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: name: Build and publish Python 🐍distributions 📦 to PyPI runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 - name: Set up Python 3.9 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index 859314f..bb1e7fe 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -14,7 +14,7 @@ jobs: name: Update pre-commit runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 1 submodules: true