Skip to content

Commit 730704b

Browse files
Bump magefile/mage-action from 1 to 2
Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 1 to 2. - [Release notes](https://github.com/magefile/mage-action/releases) - [Changelog](https://github.com/magefile/mage-action/blob/v2/CHANGELOG.md) - [Commits](magefile/mage-action@v1...v2) --- updated-dependencies: - dependency-name: magefile/mage-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df1fe76 commit 730704b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161

6262
- name: Test backend
6363
if: steps.check-for-backend.outputs.has-backend == 'true'
64-
uses: magefile/mage-action@v1
64+
uses: magefile/mage-action@v2
6565
with:
6666
version: latest
6767
args: coverage
6868

6969
- name: Build backend
7070
if: steps.check-for-backend.outputs.has-backend == 'true'
71-
uses: magefile/mage-action@v1
71+
uses: magefile/mage-action@v2
7272
with:
7373
version: v1.12.1
7474
args: buildAll

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
fi
6060
- name: Test backend
6161
if: steps.check-for-backend.outputs.has-backend == 'true'
62-
uses: magefile/mage-action@v1
62+
uses: magefile/mage-action@v2
6363
with:
6464
version: latest
6565
args: coverage
6666

6767
- name: Build backend
6868
if: steps.check-for-backend.outputs.has-backend == 'true'
69-
uses: magefile/mage-action@v1
69+
uses: magefile/mage-action@v2
7070
with:
7171
version: latest
7272
args: buildAll

0 commit comments

Comments
 (0)