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 }}