From bc2603e51b53d7312ca946b0f21b193f0e533bcd Mon Sep 17 00:00:00 2001 From: "monkescience-renovate[bot]" <212128645+monkescience-renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 07:15:47 +0000 Subject: [PATCH] chore(deps): update magefile/mage-action action to v4 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5558399..2d5fbe3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,13 +27,13 @@ jobs: - uses: terraform-linters/setup-tflint@b480b8fcdaa6f2c577f8e4fa799e89e756bb7c93 # v6 - name: Format check - uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3 + uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4 with: args: tofu:fmtcheck workdir: components/${{ matrix.component.name }} - name: Validate - uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3 + uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4 with: args: tofu:validate workdir: components/${{ matrix.component.name }} @@ -41,7 +41,7 @@ jobs: OWNER: ${{ matrix.component.owner }} - name: Lint - uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3 + uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4 with: args: tofu:lint workdir: components/${{ matrix.component.name }}