diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dea8b79..2c8423b 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@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: kn version - name: test versions <= 1.0.0 - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: version: latest command: kn version