From 23dc957cc622701b2b6bc5c4da903436d828ffcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:59:18 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v4 --- .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 d0dd4c4..98fb9b2 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@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: go version