From 276c8a0fb08a5ac7eebc0e6ec85b4c19aa90e249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:56:50 +0000 Subject: [PATCH] Bump julia-actions/setup-julia from 1.9.0 to 1.9.1 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/b315a4d9881690c63d53fc0175b150a3776140bd...51f35e76798f240051cf86b293b118872c493bfc) --- 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/exercise-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index 353f79572..7f3fa60e3 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: julia-actions/setup-julia@b315a4d9881690c63d53fc0175b150a3776140bd + - uses: julia-actions/setup-julia@51f35e76798f240051cf86b293b118872c493bfc with: version: ${{ matrix.julia-version }}