Skip to content

Commit 8b80d0c

Browse files
chore(deps): update magefile/mage-action action to v4 (#863)
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cd375c commit 8b80d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
go mod tidy
6161
6262
- name: Mage Build
63-
uses: magefile/mage-action@v3
63+
uses: magefile/mage-action@v4
6464
with:
6565
version: latest
6666
args: build
@@ -72,7 +72,7 @@ jobs:
7272
install-go: false
7373

7474
- name: Mage Test
75-
uses: magefile/mage-action@v3
75+
uses: magefile/mage-action@v4
7676
with:
7777
version: latest
7878
args: test

0 commit comments

Comments
 (0)