From 144de5abe7932ff784943fc39c381a0b4508c67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:04:57 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a877091..93537fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: run: | bin/parse-legacy-file test-fixtures/.go-version | grep "^1.17.13" - name: Test plugin works to get latest version - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: go version