From b5e9eba7078ac5f105d4d24e39853f11a3d50e96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:21:38 +0000 Subject: [PATCH] chore(deps): update magefile/mage-action action to v4 Generated by renovateBot --- .github/workflows/buildtest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtest.yaml b/.github/workflows/buildtest.yaml index 7f2e5d8f..347901d3 100644 --- a/.github/workflows/buildtest.yaml +++ b/.github/workflows/buildtest.yaml @@ -60,7 +60,7 @@ jobs: go mod tidy - name: Mage Build - uses: magefile/mage-action@v3 + uses: magefile/mage-action@v4 with: version: latest args: build @@ -72,7 +72,7 @@ jobs: install-go: false - name: Mage Test - uses: magefile/mage-action@v3 + uses: magefile/mage-action@v4 with: version: latest args: test