From 1fe73d05aa164ec325a6b40405c5021048e1ae65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:50:47 +0000 Subject: [PATCH] chore(deps): 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/python-testing.yaml | 2 +- .github/workflows/reuse-compliance.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-testing.yaml b/.github/workflows/python-testing.yaml index c3fbd41..5778b82 100644 --- a/.github/workflows/python-testing.yaml +++ b/.github/workflows/python-testing.yaml @@ -25,7 +25,7 @@ jobs: pull-requests: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/reuse-compliance.yaml b/.github/workflows/reuse-compliance.yaml index 0eeb1e8..cf8edd0 100644 --- a/.github/workflows/reuse-compliance.yaml +++ b/.github/workflows/reuse-compliance.yaml @@ -14,6 +14,6 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v6