Skip to content

Commit

Permalink
build(deps): Bump magefile/mage-action from 2.4.0 to 3.0.0
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]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 83cd478 commit 0a7c995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/presubmits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
cache: true

- name: Build
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: v1.14.0
args: build

- name: Build images
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: v1.14.0
args: buildImagesLocal
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# run: make license-check

- name: Run verify steps
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: v1.14.0
args: verify
Expand All @@ -86,7 +86,7 @@ jobs:
cache: true

- name: Run unit tests
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: v1.14.0
args: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build images
uses: magefile/mage-action@bed74f487871c92ba8e9aa957bbf3e05bf9c9aea # v2.4.0
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: v1.14.0
args: buildImages

0 comments on commit 0a7c995

Please sign in to comment.