Skip to content

Commit

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

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

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 Mar 12, 2023
1 parent 6dae9c5 commit 099b1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- name: "Unit tests"
uses: magefile/mage-action@2c1951143e54356ebe6a0c6c971bae325b5b50f1
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f
with:
version: latest
args: test:unit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- name: "Unit tests"
uses: magefile/mage-action@2c1951143e54356ebe6a0c6c971bae325b5b50f1
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f
with:
version: latest
args: test:unit
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- name: "Check code quality"
uses: magefile/mage-action@2c1951143e54356ebe6a0c6c971bae325b5b50f1
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f
with:
version: latest
args: lint
Expand Down

0 comments on commit 099b1a3

Please sign in to comment.