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

Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3 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/v3...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-19 17:43:21 +00:00
committed by GitHub
parent 07cbe749d4
commit 506ebb3414
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@v3
uses: asdf-vm/actions/plugin-test@v4
with:
command: forge --version

View File

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