From 32292b35b31f7f4e1a6464b74fd1a6eca050b702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:33:59 +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/distribution.yml | 10 +++++----- .github/workflows/main.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/distribution.yml b/.github/workflows/distribution.yml index 901fa67cf..20515cd54 100644 --- a/.github/workflows/distribution.yml +++ b/.github/workflows/distribution.yml @@ -11,7 +11,7 @@ jobs: name: Make SDist runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -60,7 +60,7 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: echo ${{ vars.BOOGERT_DOCKER_USERNAME }} - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to Docker Hub uses: docker/login-action@v3 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47dbeab44..03679c278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install conda on Windows if: runner.os == 'Windows' uses: conda-incubator/setup-miniconda@v3 @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest container: docker://g4edge/ubuntu:latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get number of CPU cores uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores @@ -76,7 +76,7 @@ jobs: name: Calculate and upload test coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: Install non-pip dependencies on Ubuntu