diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 090b210..3289b06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: go-version-file: 'go.mod' - name: Run Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6685ebc..e674b13 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: go-version-file: 'go.mod' - name: Build Package - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf01653..1aaf996 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: go-version-file: 'go.mod' - name: Run Mage - uses: magefile/mage-action@v2 + uses: magefile/mage-action@v3 with: version: latest args: build