mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 23:01:19 +00:00
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:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
b5f2f83278
commit
820730a385
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user