Skip to content

Commit

Permalink
presubmits: Pin mage-action to v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Aug 13, 2023
1 parent af7a1a7 commit c3635b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: true

- name: Build
uses: magefile/mage-action@v2
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2.3.0
with:
version: v1.14.0
args: build
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# run: make license-check

- name: Run verify steps
uses: magefile/mage-action@v2
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2.3.0
with:
version: v1.14.0
args: verify
Expand All @@ -80,7 +80,7 @@ jobs:
cache: true

- name: Run unit tests
uses: magefile/mage-action@v2
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2.3.0
with:
version: v1.14.0
args: test
Expand Down

0 comments on commit c3635b0

Please sign in to comment.