From bb824272a17262aaa4e39ef5c76cf01d893a2f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 06:53:05 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the actions-infrastructure group Bumps the actions-infrastructure group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/tox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 25bca100..2ccad4cc 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -82,7 +82,7 @@ jobs: DEPENDS: ${{ matrix.dependencies }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -118,7 +118,7 @@ jobs: check: ['style'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install the latest version of uv uses: astral-sh/setup-uv@v6 - name: Show tox config