From 401dafa33e8b17477982ba32004b4362aec8fd30 Mon Sep 17 00:00:00 2001 From: Bill ONeill <1393558+woneill@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:21:48 -0400 Subject: [PATCH] Bump version of GHA used --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4754c51..4254438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1 + uses: asdf-vm/actions/plugin-test@v2 with: command: spruce --version