From d635f03e1b8e69514921d27b2fc78c271effe44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:23:49 +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: [actions/checkout](https://github.com/actions/checkout), [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) and [julia-actions/cache](https://github.com/julia-actions/cache). Updates `actions/checkout` from 4.1.4 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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `julia-actions/setup-julia` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/f2258781c657ad9b4b88072c5eeaf9ec8c370874...81d42b556a18b0d67455a742fcbffdeb49b3ffb0) Updates `julia-actions/cache` from 1.5.2 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/dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0...d48542bb7b6239a9391789f01d21a6bdde9ad5df) --- 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-minor dependency-group: all-deps - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 4 ++-- .github/workflows/downgrade.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0642003c..e4e0ecef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 + - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d4844318..f1ba76b3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,8 +13,8 @@ jobs: PYTHON: "" DATADEPS_ALWAYS_ACCEPT: true steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 with: version: '1' - name: Install dependencies diff --git a/.github/workflows/downgrade.yml b/.github/workflows/downgrade.yml index 201ca45f..1e6e4de7 100644 --- a/.github/workflows/downgrade.yml +++ b/.github/workflows/downgrade.yml @@ -17,13 +17,13 @@ jobs: matrix: version: ['1'] steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0 with: version: ${{ matrix.version }} - uses: julia-actions/julia-downgrade-compat@a14e4360fde479696aacfa6f2b6b8ff538cd6c0f with: skip: Statistics,Random,LinearAlgebra,Test - - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 + - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f \ No newline at end of file