From 65c07e21e49636278f5a09e90423e8fa2d3266cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 05:13:25 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy-on-pypi.yml | 2 +- .github/workflows/create-condalock-file.yml | 2 +- .github/workflows/install-from-condalock-file.yml | 2 +- .github/workflows/run-s3-test-push.yml | 2 +- .github/workflows/run-test-push.yml | 2 +- .github/workflows/run-tests-condaforge.yml | 4 ++-- .github/workflows/run-tests.yml | 4 ++-- .github/workflows/test_s3_minio.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-deploy-on-pypi.yml b/.github/workflows/build-and-deploy-on-pypi.yml index ad8910b0..40a0904f 100644 --- a/.github/workflows/build-and-deploy-on-pypi.yml +++ b/.github/workflows/build-and-deploy-on-pypi.yml @@ -16,7 +16,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing on PyPI or Test PyPI id-token: write steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Set up Python 3.14 diff --git a/.github/workflows/create-condalock-file.yml b/.github/workflows/create-condalock-file.yml index 6371c6e6..5336c969 100644 --- a/.github/workflows/create-condalock-file.yml +++ b/.github/workflows/create-condalock-file.yml @@ -20,7 +20,7 @@ jobs: name: Create and verify conda lock file for latest Python runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 diff --git a/.github/workflows/install-from-condalock-file.yml b/.github/workflows/install-from-condalock-file.yml index 31b7a2d7..dad402eb 100644 --- a/.github/workflows/install-from-condalock-file.yml +++ b/.github/workflows/install-from-condalock-file.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 diff --git a/.github/workflows/run-s3-test-push.yml b/.github/workflows/run-s3-test-push.yml index f57057f0..e064b29a 100644 --- a/.github/workflows/run-s3-test-push.yml +++ b/.github/workflows/run-s3-test-push.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Export proxy diff --git a/.github/workflows/run-test-push.yml b/.github/workflows/run-test-push.yml index 12a853b5..c9788c8e 100644 --- a/.github/workflows/run-test-push.yml +++ b/.github/workflows/run-test-push.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 diff --git a/.github/workflows/run-tests-condaforge.yml b/.github/workflows/run-tests-condaforge.yml index fafac0b9..a7103699 100644 --- a/.github/workflows/run-tests-condaforge.yml +++ b/.github/workflows/run-tests-condaforge.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 @@ -54,7 +54,7 @@ jobs: fail-fast: false name: OSX Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3ea63c93..9498b5f2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 @@ -46,7 +46,7 @@ jobs: fail-fast: false name: OSX Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v4 diff --git a/.github/workflows/test_s3_minio.yml b/.github/workflows/test_s3_minio.yml index 8645a1a8..e1a31a00 100644 --- a/.github/workflows/test_s3_minio.yml +++ b/.github/workflows/test_s3_minio.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Export proxy