From 2b274bf6f24043fc7d5639ab74eff98bdc3d4cb3 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 20 Aug 2026 15:13:26 +0200 Subject: [PATCH] ci(astyle): enable workflow using version 3.1 Signed-off-by: Frederic Pillon --- .github/workflows/astyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astyle.yml b/.github/workflows/astyle.yml index f7bf57085e..f1c6910b90 100644 --- a/.github/workflows/astyle.yml +++ b/.github/workflows/astyle.yml @@ -35,7 +35,7 @@ jobs: - name: Astyle check id: Astyle - uses: stm32duino/actions/astyle-check@v1 + uses: stm32duino/actions/astyle-check@v2 with: astyle-definition: 'CI/astyle/.astylerc' ignore-path-list: 'CI/astyle/.astyleignore'