From faa602fc8f5168455be610af79e77295f671aaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 19:34:48 +0000 Subject: [PATCH] Bump julia-actions/julia-runtest from 1.11.1 to 1.11.2 Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/1e03e0122a598a569004c1e26950e2547b350ec0...678da69444cd5f13d7e674a90cb4f534639a14f9) --- updated-dependencies: - dependency-name: julia-actions/julia-runtest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.nightly.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.nightly.yml b/.github/workflows/ci.nightly.yml index 52cae771..be23a679 100644 --- a/.github/workflows/ci.nightly.yml +++ b/.github/workflows/ci.nightly.yml @@ -54,7 +54,7 @@ jobs: # based on the architecture of the underlying GitHub Runner (virtual machine). arch: ${{ github.ref == '32' && 'x86' || runner.arch }} - uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7 - - uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1 + - uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2 with: coverage: ${{ matrix.coverage }} - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b8bc869..97ac380f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: # based on the architecture of the underlying GitHub Runner (virtual machine). arch: ${{ github.ref == '32' && 'x86' || runner.arch }} - uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7 - - uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 # v1.11.1 + - uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2 with: coverage: ${{ matrix.coverage }} - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1.2.2