Skip to content

Commit

Permalink
Update magefile/mage-action action to v3
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent a30cb3f commit 6cc0ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
go mod tidy
- name: Mage Build
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: build
Expand All @@ -65,7 +65,7 @@ jobs:
install-go: false

- name: Mage Test
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: test
Expand Down

0 comments on commit 6cc0ceb

Please sign in to comment.