From 9469a0f82fbb47110d2715a4de464c11817bf9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:30:55 +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/docs.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cb4f3e4..e5480df 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: outputs: deploy: ${{ steps.set-deploy-output.outputs.deploy }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # no need for the history fetch-depth: 0 - uses: actions/setup-python@v6 @@ -72,7 +72,7 @@ jobs: python-version: '3.10' deploy: true # Only deploy from this configuration steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v6 with: name: documentation diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5efc898..2f1601e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare repository # Fetch full git history and tags diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e80d94..9121a91 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest python-version: ['3.11', '3.10'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # no need for the history fetch-depth: 1 - name: Set up Python ${{ matrix.python-version }} @@ -66,7 +66,7 @@ jobs: os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest python-version: ['3.11', '3.10'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # no need for the history fetch-depth: 1 - uses: chartboost/ruff-action@v1 @@ -78,7 +78,7 @@ jobs: os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest python-version: ['3.11', '3.10'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # no need for the history fetch-depth: 1 - name: Set up Python ${{ matrix.python-version }}