From f7b7b56ae10b57088584d39917be397e22fa642e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:43:37 +0000 Subject: [PATCH] chore(deps): bump the actions-infrastructure group across 1 directory with 3 updates Bumps the actions-infrastructure group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 22 +++++++++++----------- .github/workflows/release.yml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7ff3dbec0..7e74eafaf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -32,7 +32,7 @@ jobs: attestations: write id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: hynek/build-and-inspect-python-package@v2 @@ -58,7 +58,7 @@ jobs: steps: - name: Fetch repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install the latest version of uv @@ -95,7 +95,7 @@ jobs: echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV echo "NO_ET=TRUE" >> $GITHUB_ENV - name: Setup Singularity - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: hpcng/singularity ref: 'v3.7.1' @@ -120,7 +120,7 @@ jobs: run: | echo ${{ github.ref }} singularity --version - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install the latest version of uv @@ -161,7 +161,7 @@ jobs: run: | echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV echo "NO_ET=TRUE" >> $GITHUB_ENV - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install the latest version of uv @@ -198,7 +198,7 @@ jobs: steps: - name: Disable etelemetry run: echo "NO_ET=TRUE" >> $GITHUB_ENV - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Pull docker image @@ -244,7 +244,7 @@ jobs: # steps: # - name: Disable etelemetry # run: echo "NO_ET=TRUE" >> $GITHUB_ENV - # - uses: actions/checkout@v5 + # - uses: actions/checkout@v6 # - name: Fetch tags # run: git fetch --prune --unshallow # - name: Set up Python ${{ matrix.python-version }} @@ -347,7 +347,7 @@ jobs: ps aux | grep xfce4-notifyd dbus-monitor --session & sleep 3 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install Minconda @@ -372,7 +372,7 @@ jobs: run: python -m ipykernel install --user - name: Build docs run: make -C docs html - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: docs path: docs/build/html @@ -386,7 +386,7 @@ jobs: id-token: write steps: - name: Download dist - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist @@ -399,7 +399,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download docs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: docs-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37d93a657..c8a2741e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare repository # Fetch full git history and tags