diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75a6b5b..dea8b79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,11 +17,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: test latest version - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: kn version - name: test versions <= 1.0.0 - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: version: latest command: kn version