Skip to content

Commit 2e535db

Browse files
Bump magefile/mage-action from 3.1.0 to 4.0.0 (#606)
Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/magefile/mage-action/releases) - [Commits](magefile/mage-action@6f50bbb...a662bd8) --- updated-dependencies: - dependency-name: magefile/mage-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88f51f1 commit 2e535db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: chainguard-dev/actions/goimports@main
4040

4141
- name: Run Mage
42-
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
42+
uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
4343
with:
4444
args: -v ci
4545

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Run Mage
73-
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
73+
uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
7474
with:
7575
args: -v release
7676
env:

0 commit comments

Comments
 (0)