From 87a7c732bc95676526eb9020286a2e5ccb4e1621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:28:21 +0000 Subject: [PATCH] Bump julia-actions/julia-format from 3 to 4 Bumps [julia-actions/julia-format](https://github.com/julia-actions/julia-format) from 3 to 4. - [Release notes](https://github.com/julia-actions/julia-format/releases) - [Commits](https://github.com/julia-actions/julia-format/compare/v3...v4) --- updated-dependencies: - dependency-name: julia-actions/julia-format dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 ff76df05..8c253fd8 100644 --- a/.github/workflows/Format-PR.yml +++ b/.github/workflows/Format-PR.yml @@ -5,4 +5,4 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v3 + - uses: julia-actions/julia-format@v4