diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 3d24d1f..f507902 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -22,7 +22,7 @@ jobs: mkdir documentation - name: Check adr:new - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: adr:new "We pledge to run tests" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d8b978f..7e9ee54 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: go-version: 1.17 - name: Run with Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: go:check:format diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16ab146..267077f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: go-version: 1.17 - name: Run with Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: go:test