From 896b449576045252ae15733256083e815f2fe1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:29:37 +0000 Subject: [PATCH] Bump the all-deps group across 1 directory with 3 updates Bumps the all-deps group with 3 updates in the / directory: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia), [julia-actions/cache](https://github.com/julia-actions/cache) and [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest). Updates `julia-actions/setup-julia` from 2.0.0 to 2.3.0 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/setup-julia/compare/f2258781c657ad9b4b88072c5eeaf9ec8c370874...780022b48dfc0c2c6b94cfee6a9284850107d037) Updates `julia-actions/cache` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/cache/compare/d48542bb7b6239a9391789f01d21a6bdde9ad5df...580d2b69d895343992af2cbad49c32a0149c2cde) Updates `julia-actions/julia-runtest` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/79a7e100883947123f8263c5f06e6c0ea3eb972f...d0c4f093badade621cd041bba567d1e832480ac2) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: julia-actions/julia-runtest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ca759..cd32269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,12 +20,12 @@ jobs: - x64 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df + - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f + - uses: julia-actions/julia-runtest@d0c4f093badade621cd041bba567d1e832480ac2 env: DATADEPS_ALWAYS_ACCEPT: true # bypass confirmation before downloading data (needed for CI) \ No newline at end of file