From c15ab687f2687badb3063a5742f28e32ba7244b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:14:26 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump asdf-vm/actions from 3.0.0 to 4.0.1 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3.0.0 to 4.0.1. - [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...b7bcd026f18772e44fe1026d729e1611cc435d47) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nbs-int-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nbs-int-tests.yml b/.github/workflows/nbs-int-tests.yml index 028bea3..3ccdeb4 100644 --- a/.github/workflows/nbs-int-tests.yml +++ b/.github/workflows/nbs-int-tests.yml @@ -18,7 +18,7 @@ jobs: ref: main - name: Install asdf - uses: asdf-vm/actions/setup@4f8f7939dd917fc656bb7c3575969a5988c28364 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: v0.18.0 @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} - name: Install asdf dependencies - uses: asdf-vm/actions/install@4f8f7939dd917fc656bb7c3575969a5988c28364 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: v0.18.0 env: