From b3ec6ed6f9a96c4174401a519c9a284a9aa4665a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:02:25 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump asdf-vm/actions from 4.0.0 to 4.0.1 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 4.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/1902764435ca0dd2f3388eea723a4f92a4eb8302...b7bcd026f18772e44fe1026d729e1611cc435d47) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sam_package_code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sam_package_code.yml b/.github/workflows/sam_package_code.yml index 6b2c41df..03b4e235 100644 --- a/.github/workflows/sam_package_code.yml +++ b/.github/workflows/sam_package_code.yml @@ -25,7 +25,7 @@ jobs: # using git commit sha for version of action to ensure we have stable version - name: Install asdf - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ steps.asdf-version.outputs.version }} @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-asdf- - name: Install asdf dependencies in .tool-versions - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ steps.asdf-version.outputs.version }} env: