From 9ab8dcca2b56d62be4fbcf3e94e0dfb42ecfeb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:58:12 +0000 Subject: [PATCH] chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [shrink/actions-docker-extract](https://github.com/shrink/actions-docker-extract). Updates `mamba-org/setup-micromamba` from 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v2...v3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `shrink/actions-docker-extract` from 3 to 4 - [Release notes](https://github.com/shrink/actions-docker-extract/releases) - [Commits](https://github.com/shrink/actions-docker-extract/compare/v3...v4) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: shrink/actions-docker-extract dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 4 ++-- .github/workflows/docs.yml | 6 +++--- .github/workflows/test.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index eab63b38da..21786791da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -52,7 +52,7 @@ jobs: submodules: true - name: Get micromamba - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: test-env init-shell: bash @@ -115,7 +115,7 @@ jobs: --cov=awkward --cov-report=term --cov-report=xml:cuda-virtual-coverage.xml - name: Upload Codecov results - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07f17fca1f..e56fd10bac 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -68,7 +68,7 @@ jobs: # solve with different external library versions. By default, # ROOT uses cxx-compiler too, so hopefully this won't be an issue - name: Setup Python via Conda - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: # Cache invalidates daily by default cache-environment: true @@ -134,7 +134,7 @@ jobs: python-version: "${{ env.X86_64_PYTHON_VERSION }}" - name: Extract pre-built manylinux cppyy wheels - uses: shrink/actions-docker-extract@v3 + uses: shrink/actions-docker-extract@v4 with: image: "docker.io/agoose77/cppyy-wheels:cp311" path: "/wheels/." @@ -191,7 +191,7 @@ jobs: # solve with different external library versions. By default, # ROOT uses cxx-compiler too, so hopefully this won't be an issue - name: Setup Python via Conda - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: # Cache invalidates daily by default cache-environment: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b67fc913d2..555bc8185e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -195,7 +195,7 @@ jobs: submodules: true - name: Get micromamba - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: test-env init-shell: bash @@ -271,7 +271,7 @@ jobs: - name: Upload Codecov results if: matrix.cuda-version == 13 - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -300,7 +300,7 @@ jobs: submodules: true - name: Setup Python via Conda - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: # Cache invalidates daily by default cache-environment: true @@ -374,7 +374,7 @@ jobs: python -m build -w ./awkward-cpp - name: Extract pre-built manylinux cppyy wheels - uses: shrink/actions-docker-extract@v3 + uses: shrink/actions-docker-extract@v4 with: image: "docker.io/agoose77/cppyy-wheels:cp311" path: "/wheels/."