From fa84abd9f3c26beb4cb73ceb8957ffd1248f5201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:02:48 +0000 Subject: [PATCH] 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 367ada2..1192f17 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@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: tuist --help diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e730deb..f45659d 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: