Skip to content

Commit 0badd90

Browse files
Chore(deps): Bump magefile/mage-action from 3.0.0 to 3.1.0 (#501)
Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/magefile/mage-action/releases) - [Commits](magefile/mage-action@6a5dcb5...6f50bbb) --- updated-dependencies: - dependency-name: magefile/mage-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c52c600 commit 0badd90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ jobs:
100100
if: steps.backend-check.outputs.MAGEFILE_EXISTS == 'true'
101101

102102
- name: Test plugin backend
103-
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
103+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
104104
with:
105105
version: latest
106106
args: -v test
107107
workdir: ${{ matrix.pluginDir }}
108108
if: steps.backend-check.outputs.MAGEFILE_EXISTS == 'true'
109109

110110
- name: Build plugin backend
111-
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
111+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
112112
with:
113113
version: latest
114114
args: -v build:linux
@@ -264,7 +264,7 @@ jobs:
264264
working-directory: ${{ matrix.pluginDir }}
265265

266266
- name: Canary - Build plugin backend
267-
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
267+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
268268
with:
269269
version: latest
270270
args: -v build:linux

0 commit comments

Comments
 (0)