From d2037ab86fbe72884f2a7689d4d6c4d8b6f37234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:08:21 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f2cb0c..f4f4754 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: stratus version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0900ef7..7368930 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: asdf-vm/actions/install@v2 + - uses: asdf-vm/actions/install@v3 - run: scripts/lint.bash actionlint: