Skip to content

Commit

Permalink
Bump magefile/mage-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [magefile/mage-action](https://github.com/magefile/mage-action) from 2 to 3.
- [Release notes](https://github.com/magefile/mage-action/releases)
- [Commits](magefile/mage-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 062c2b1 commit a9ef059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version-file: 'go.mod'

- name: Run Mage
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: build
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
go-version-file: 'go.mod'

- name: Build Package
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version-file: 'go.mod'

- name: Run Mage
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: build
Expand Down

0 comments on commit a9ef059

Please sign in to comment.