Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
check-latest: true
cache: true
- name: Install mage
uses: magefile/mage-action@v3
uses: magefile/mage-action@v4
with:
version: latest
- name: Check for CI dependency installation routine
Expand All @@ -43,12 +43,12 @@ jobs:
echo "task=$(mage -l | grep -o ' ci' | tr -d ' ')" >> $GITHUB_OUTPUT
- name: Install CI dependencies with mage
if: ${{ steps.checkCiDeps.outputs.task == 'ci' }}
uses: magefile/mage-action@v3
uses: magefile/mage-action@v4
with:
version: latest
args: "ci"
- name: Test with mage
uses: magefile/mage-action@v3
uses: magefile/mage-action@v4
with:
version: latest
args: test
Expand Down
Loading