From 1f79b6f32c94a206b487b83fd2bc1286c7dee172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:58:10 +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.2 to 4.1.5 - [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/9bb56186c3b09b4f86b1c65136769dd318469633...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) Updates `julia-actions/setup-julia` from 1.9.6 to 2.0.0 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](https://github.com/julia-actions/setup-julia/compare/ac0d62164df5a47de404f4e96ce86a1a28a28d56...f2258781c657ad9b4b88072c5eeaf9ec8c370874) Updates `julia-actions/cache` from 1.5.2 to 2.0.0 - [Release notes](https://github.com/julia-actions/cache/releases) - [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-major 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 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1461d9..5d073e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 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 d126191..7071a78 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,8 +11,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: '1' - name: Install dependencies