From 1307f07e2422dad26dac920e0929cc42b2d092a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:26:42 +0000 Subject: [PATCH] Bump magefile/mage-action from 2 to 3 Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 2 to 3. - [Release notes](https://github.com/magefile/mage-action/releases) - [Commits](https://github.com/magefile/mage-action/compare/v2...v3) --- updated-dependencies: - dependency-name: magefile/mage-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commands.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 3d24d1f..f507902 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -22,7 +22,7 @@ jobs: mkdir documentation - name: Check adr:new - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: adr:new "We pledge to run tests" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8b978f..7e9ee54 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: go-version: 1.17 - name: Run with Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: go:check:format diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16ab146..267077f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: go-version: 1.17 - name: Run with Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: go:test