From 97309196efe53a0a89789837d47ad50b007b71cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 23:06:24 +0330 Subject: [PATCH] Bump julia-actions/julia-format from 2 to 3 (#418) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Format-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Format-PR.yml b/.github/workflows/Format-PR.yml index 25645839..6592d1c5 100644 --- a/.github/workflows/Format-PR.yml +++ b/.github/workflows/Format-PR.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