Skip to content

Commit

Permalink
Merge pull request #360 from penny-vault/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…gefile/mage-action-3

Bump magefile/mage-action from 2 to 3
  • Loading branch information
jdfergason authored Sep 12, 2023
2 parents d3391ea + a9ef059 commit 3f89922
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 3f89922

Please sign in to comment.