From 419dfc34fed8cf5882c2d68511045c6fc12de86d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:21:40 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v3 --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f8d6edb..d6dfdea 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -31,7 +31,7 @@ jobs: steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: ${{ matrix.tool }} version plugin: ${{ matrix.tool }} @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4 - name: Setup asdf - uses: asdf-vm/actions/setup@v2 + uses: asdf-vm/actions/setup@v3 - name: Install bats-core run: brew install --build-from-source bats-core