From 46e4a31e1e0b712a438ec70d7784d750d7addf6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:45:53 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.4 to 1.9.5 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/58ad1cdde70774ab0693de31c3cd4e751b46aea2...a1561e938c17e7aaf8236334d6d533e774c71dcd) --- 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 a0a20c1..f9de7d2 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@58ad1cdde70774ab0693de31c3cd4e751b46aea2 + - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 470a8f1..ba0c8b9 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@58ad1cdde70774ab0693de31c3cd4e751b46aea2 + - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}