From f31f2ff3f94d58f3a3560a0f132972b9d04b653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:11:48 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a1c33..ecd0872 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm - name: Switch to using Python 3.10 by default @@ -33,7 +33,7 @@ jobs: --user tox - name: Check out src from Git - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm - name: Build dists