From 8254a569f5e10e7ef1df0f0186dd0acfb4f3187a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:49:34 +0000 Subject: [PATCH] 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] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba31e8a..3ca4f13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Install asdf - uses: asdf-vm/actions/setup@v2 + uses: asdf-vm/actions/setup@v4 - name: Install tools run: |