From 970e2e7b368708fe3f389f43348f2d8810826344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:26:10 +0000 Subject: [PATCH] chore(deps): update magefile/mage-action action to v4 --- .github/workflows/default.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 09412333..71263146 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -31,7 +31,7 @@ jobs: check-latest: true cache: true - name: Install mage - uses: magefile/mage-action@v3 + uses: magefile/mage-action@v4 with: version: latest - name: Check for CI dependency installation routine @@ -43,12 +43,12 @@ jobs: echo "task=$(mage -l | grep -o ' ci' | tr -d ' ')" >> $GITHUB_OUTPUT - name: Install CI dependencies with mage if: ${{ steps.checkCiDeps.outputs.task == 'ci' }} - uses: magefile/mage-action@v3 + uses: magefile/mage-action@v4 with: version: latest args: "ci" - name: Test with mage - uses: magefile/mage-action@v3 + uses: magefile/mage-action@v4 with: version: latest args: test