From 2129e4302291ebfdb8677ac74382efb71cbf5570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:07:00 +0000 Subject: [PATCH] Build(deps): Bump the all-github-actions group with 2 updates Bumps the all-github-actions group with 2 updates: [julia-actions/cache](https://github.com/julia-actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `julia-actions/cache` from 2 to 3 - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/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) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Documenter.yml | 2 +- .github/workflows/UnitTests.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 4c5c44a21..13b586dc6 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -29,7 +29,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies shell: julia --color=yes --project=docs/ {0} run: | diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index b4ae2a465..c03e027ce 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -56,7 +56,7 @@ jobs: with: arch: ${{ matrix.julia_arch }} version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} @@ -68,7 +68,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 # Allow CI to pass even if the `processcoverage` step fails: continue-on-error: true - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false @@ -110,7 +110,7 @@ jobs: with: arch: ${{ matrix.julia_arch }} version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} @@ -170,7 +170,7 @@ jobs: version: ${{ matrix.julia_version }} arch: ${{ matrix.julia_arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} run: | @@ -226,7 +226,7 @@ jobs: with: version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} run: | @@ -269,7 +269,7 @@ jobs: with: version: "1" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} run: | @@ -312,7 +312,7 @@ jobs: with: version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} run: | @@ -368,7 +368,7 @@ jobs: with: version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} @@ -442,7 +442,7 @@ jobs: with: version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} @@ -509,7 +509,7 @@ jobs: with: version: ${{ matrix.julia_version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} @@ -563,7 +563,7 @@ jobs: with: version: "1" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: add MPIPreferences shell: julia --color=yes --project=. {0} run: |