File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ jobs:
100
100
if : steps.backend-check.outputs.MAGEFILE_EXISTS == 'true'
101
101
102
102
- name : Test plugin backend
103
- uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0 .0
103
+ uses : magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1 .0
104
104
with :
105
105
version : latest
106
106
args : -v test
107
107
workdir : ${{ matrix.pluginDir }}
108
108
if : steps.backend-check.outputs.MAGEFILE_EXISTS == 'true'
109
109
110
110
- name : Build plugin backend
111
- uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0 .0
111
+ uses : magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1 .0
112
112
with :
113
113
version : latest
114
114
args : -v build:linux
@@ -264,7 +264,7 @@ jobs:
264
264
working-directory : ${{ matrix.pluginDir }}
265
265
266
266
- name : Canary - Build plugin backend
267
- uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0 .0
267
+ uses : magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1 .0
268
268
with :
269
269
version : latest
270
270
args : -v build:linux
You can’t perform that action at this time.
0 commit comments