From 514315462c7e429599b89a7a6da38e5efadacda4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:47:21 +0000 Subject: [PATCH] chore(deps): update mfinelli/setup-shfmt action to v3 --- .github/workflows/CheckScripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CheckScripts.yml b/.github/workflows/CheckScripts.yml index 98ae6cb75..995b5456f 100644 --- a/.github/workflows/CheckScripts.yml +++ b/.github/workflows/CheckScripts.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup shfmt - uses: mfinelli/setup-shfmt@v2 + uses: mfinelli/setup-shfmt@v3 - name: Run shfmt shell: bash run: |