From 8cc241f65e91cdda5bb7f02bd1c89dd4423edd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:06:27 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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 | 2 +- .github/workflows/tox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae4c9ae..c0eebd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: python3 -m pip install --user tox - name: Check out src from Git - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a0c7991..ac0fa27 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -71,7 +71,7 @@ jobs: path: ~/.vagrant.d/boxes key: ${{ runner.os }}-vagrant-${{ hashFiles('**/Vagrantfile') }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm