chore(deps): bump asdf-vm/actions from 2 to 4

Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 4.
- [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...v4)

---
updated-dependencies:
- dependency-name: asdf-vm/actions
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-26 01:15:51 +00:00
committed by GitHub
parent 16e1c70fda
commit b77848da30
2 changed files with 2 additions and 2 deletions

View File

@@ -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@v4
with:
command: sui --version

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v4
- run: scripts/lint.bash
actionlint: