From 26c0b511fbc70f892873fea73640904aa108d97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:45:03 +0000 Subject: [PATCH] Bump julia-actions/julia-buildpkg from 1.6.0 to 1.7.0 (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump julia-actions/julia-buildpkg from 1.6.0 to 1.7.0 Bumps [julia-actions/julia-buildpkg](https://github.com/julia-actions/julia-buildpkg) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/julia-actions/julia-buildpkg/releases) - [Commits](https://github.com/julia-actions/julia-buildpkg/compare/90dd6f23eb49626e4e6612cb9d64d456f86e6a1c...e3eb439fad4f9aba7da2667e7510e4a46ebc46e1) --- updated-dependencies: - dependency-name: julia-actions/julia-buildpkg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .github/workflows/ci.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be193cc..e475492 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-test- ${{ runner.os }}- - - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c + - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0 - uses: ./.github/actions/julia-runtest