From bd22c21e254f1e633cbf0ffbccc2842c986cbef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 00:00:57 +0000 Subject: [PATCH] --- 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/FormatCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index e051b969a..e02e1c04c 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -7,7 +7,7 @@ jobs: code-style: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v2 + - uses: julia-actions/julia-format@v3 with: version: '1' suggestion-label: 'format-suggest'