From a9ef0594f3d822b6605969ec9a00afcccd62f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:29:15 +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/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 090b210..3289b06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: go-version-file: 'go.mod' - name: Run Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6685ebc..e674b13 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: go-version-file: 'go.mod' - name: Build Package - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf01653..1aaf996 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: go-version-file: 'go.mod' - name: Run Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build