From 4da0ca7fbd5c8894c74ded6701a091a05d0eb102 Mon Sep 17 00:00:00 2001 From: Maximilian-Stefan-Ernst <34346372+Maximilian-Stefan-Ernst@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:25:26 +0200 Subject: [PATCH] formatter action: use v3 instead of master --- .github/workflows/FormatCheck.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 34309b612..773a79035 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -7,4 +7,7 @@ jobs: code-style: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@master + - uses: julia-actions/julia-format@v3 + with: + version: '1' + suggestion-label: 'format-suggest'