From 94885d014e9dd9fd2f849cbe12d1b2db5ad849f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:51:09 +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-runtest](https://github.com/julia-actions/julia-runtest). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [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/692973e3d937129bcbf40652eb9f2f61becf3332...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `julia-actions/setup-julia` from 2.3.0 to 2.6.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/780022b48dfc0c2c6b94cfee6a9284850107d037...9b79636afcfb07ab02c256cede01fe2db6ba808c) Updates `julia-actions/cache` from 2.0.1 to 2.0.5 - [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/580d2b69d895343992af2cbad49c32a0149c2cde...824243901fb567ccb490b0d0e2483ccecde46834) Updates `julia-actions/julia-runtest` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](https://github.com/julia-actions/julia-runtest/compare/d0c4f093badade621cd041bba567d1e832480ac2...1e03e0122a598a569004c1e26950e2547b350ec0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd32269..9d8d7d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde + - uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - - uses: julia-actions/julia-runtest@d0c4f093badade621cd041bba567d1e832480ac2 + - uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0 env: DATADEPS_ALWAYS_ACCEPT: true # bypass confirmation before downloading data (needed for CI) \ No newline at end of file