From d5174480ae6eadd8a41a6054106c300e5dc1d948 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:54:23 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v2 --- .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 83b66da..b4d20ef 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@v1 + uses: asdf-vm/actions/plugin-test@v2 with: command: go version