Skip to content

Commit

Permalink
Bump magefile/mage-action from 2.4.0 to 3.0.0 (#330)
Browse files Browse the repository at this point in the history
Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/magefile/mage-action/releases)
- [Commits](magefile/mage-action@bed74f4...6a5dcb5)

---
updated-dependencies:
- dependency-name: magefile/mage-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d4e232c commit 11138a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: chainguard-dev/actions/goimports@main

- name: Run Mage
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
args: -v ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Run Mage
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
args: -v release
env:
Expand Down

0 comments on commit 11138a5

Please sign in to comment.