From 294f2d792257674fcda8e8bda9b1cd8f221b91ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:52:29 +0000 Subject: [PATCH] chore(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/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish-site.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d525cc4..2a2e13a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19c937bf..08547f6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 352ccdd6..72de5208 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -17,7 +17,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d8868e5..eeba1e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # See # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches