From 14b289b08df25e5a32cd0b98bc1c40529e165374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:02:23 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01368ec..9b57a57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: docker://python:3.11-buster steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build run: | python -m venv venv @@ -274,7 +274,7 @@ jobs: reactor: tox: pyside2 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Enable Problem Matchers run: | echo "::add-matcher::.github/local-problem-matchers.json" @@ -334,7 +334,7 @@ jobs: - short: 311 dotted: "3.11" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python.dotted }} uses: actions/setup-python@v6 with: