Update magefile/mage-action action to v3 (#2054)

Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-10 14:44:59 -07:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent b5f2f83278
commit 820730a385
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
go mod tidy
- name: Mage Build
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: build
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: go mod download
- name: Generate code
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: generate