From 0a7c9953ca3075db9e1c43cdb845727769e47b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:24:47 +0000 Subject: [PATCH] build(deps): Bump magefile/mage-action from 2.4.0 to 3.0.0 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](https://github.com/magefile/mage-action/compare/bed74f487871c92ba8e9aa957bbf3e05bf9c9aea...6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e) --- updated-dependencies: - dependency-name: magefile/mage-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/presubmits.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/presubmits.yml b/.github/workflows/presubmits.yml index ca19543c..d25c6060 100644 --- a/.github/workflows/presubmits.yml +++ b/.github/workflows/presubmits.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e82862a..7555ea1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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