From e01e9d26e66513761da12136800ca8a60c1c1c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:37:26 +0000 Subject: [PATCH] Bump asdf-vm/actions from 2 to 3 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/asdf-vm/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1549dd9..3dc12bb 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: k3d --help diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fde283d..b486322 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: Run ShellCheck run: scripts/shellcheck.bash @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: List file to shfmt run: shfmt -f .