Skip to content

Commit

Permalink
Update GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedimar Turatti committed Jan 8, 2024
1 parent 2e61536 commit a0405b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v3
with:
version: latest
args: coverage

- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v3
with:
version: latest
args: buildAll
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: "1.15"
go-version: "1.16"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -69,14 +69,14 @@ jobs:

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v3
with:
version: latest
args: coverage

- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v1
uses: magefile/mage-action@v3
with:
version: latest
args: build:linux
Expand Down

0 comments on commit a0405b4

Please sign in to comment.