Bump asdf-vm/actions from 3.0.2 to 4.0.0 (#340)

Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](05e0d2ed97...1902764435)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 08:21:19 +01:00
committed by GitHub
parent 9ededf8091
commit 946b8945ed

View File

@@ -46,7 +46,7 @@ jobs:
- run: make cleanall - run: make cleanall
### Install NodeJS ### Install NodeJS
# Unix (non-Windows): # Unix (non-Windows):
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
if: runner.os != 'Windows' if: runner.os != 'Windows'
- run: make unix-asdf-install - run: make unix-asdf-install
if: runner.os != 'Windows' if: runner.os != 'Windows'
@@ -89,7 +89,7 @@ jobs:
- run: make cleanall - run: make cleanall
### Install NodeJS ### Install NodeJS
# Unix (non-Windows): # Unix (non-Windows):
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
if: runner.os != 'Windows' if: runner.os != 'Windows'
- run: make unix-asdf-install - run: make unix-asdf-install
if: runner.os != 'Windows' if: runner.os != 'Windows'
@@ -133,7 +133,7 @@ jobs:
- run: make cleanall - run: make cleanall
### Install NodeJS ### Install NodeJS
# Unix (non-Windows): # Unix (non-Windows):
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
if: runner.os != 'Windows' if: runner.os != 'Windows'
- run: make unix-asdf-install - run: make unix-asdf-install
if: runner.os != 'Windows' if: runner.os != 'Windows'
@@ -168,7 +168,7 @@ jobs:
- run: make cleanall - run: make cleanall
### Install NodeJS ### Install NodeJS
# Unix (non-Windows): # Unix (non-Windows):
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
if: runner.os != 'Windows' if: runner.os != 'Windows'
- run: make unix-asdf-install - run: make unix-asdf-install
if: runner.os != 'Windows' if: runner.os != 'Windows'
@@ -204,7 +204,7 @@ jobs:
persist-credentials: false persist-credentials: false
### Install NodeJS ### Install NodeJS
# Unix (non-Windows): # Unix (non-Windows):
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
if: runner.os != 'Windows' if: runner.os != 'Windows'
- run: make unix-asdf-install - run: make unix-asdf-install
if: runner.os != 'Windows' if: runner.os != 'Windows'