From 9659d1dd35e2492e46b0872da1e106aced1f1a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:57:55 +0000 Subject: [PATCH] Bump the all-deps group across 1 directory with 4 updates Bumps the all-deps group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia), [julia-actions/cache](https://github.com/julia-actions/cache) and [julia-actions/julia-buildpkg](https://github.com/julia-actions/julia-buildpkg). Updates `actions/checkout` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `julia-actions/setup-julia` from 1.9.2 to 2.0.0 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/f40c4b69330df1d22e7590c12e76dc2f9c66e0bc...f2258781c657ad9b4b88072c5eeaf9ec8c370874) Updates `julia-actions/cache` from 1.3.0 to 2.0.0 - [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/8ef8d3313f5536c64072e04a9dad48c6669dc264...d48542bb7b6239a9391789f01d21a6bdde9ad5df) Updates `julia-actions/julia-buildpkg` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/julia-actions/julia-buildpkg/releases) - [Commits](https://github.com/julia-actions/julia-buildpkg/compare/5484b0e27fa12452eb1deffe4fd40ff700c429b9...90dd6f23eb49626e4e6612cb9d64d456f86e6a1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: julia-actions/julia-buildpkg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41100aa..05d94b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@8ef8d3313f5536c64072e04a9dad48c6669dc264 - - uses: julia-actions/julia-buildpkg@5484b0e27fa12452eb1deffe4fd40ff700c429b9 + - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df + - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f