From e75db6b531e2d2c735d7fb8b594d123703bc807f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:12:51 +0000 Subject: [PATCH] Bump julia-actions/julia-format from 2 to 3 Bumps [julia-actions/julia-format](https://github.com/julia-actions/julia-format) from 2 to 3. - [Release notes](https://github.com/julia-actions/julia-format/releases) - [Commits](https://github.com/julia-actions/julia-format/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/julia-format dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index dae3974..5a0c29c 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -5,4 +5,4 @@ jobs: code-style: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v2 + - uses: julia-actions/julia-format@v3