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/."