From d6de44523e5d5cd789f8d93e42a2eeb39389589b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:51:47 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.2 to 1.9.4 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.2 to 1.9.4. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/f40c4b69330df1d22e7590c12e76dc2f9c66e0bc...58ad1cdde70774ab0693de31c3cd4e751b46aea2) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/test_logger_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b93e1ea..8e2a804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: path: ./.github/actions/julia-runtest - - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc + - uses: julia-actions/setup-julia@58ad1cdde70774ab0693de31c3cd4e751b46aea2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 3c1c7f0..470a8f1 100644 --- a/.github/workflows/test_logger_ci.yml +++ b/.github/workflows/test_logger_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout julia-runtest uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc + - uses: julia-actions/setup-julia@58ad1cdde70774ab0693de31c3cd4e751b46aea2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}