Skip to content

Commit b3ec6ed

Browse files
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](asdf-vm/actions@1902764...b7bcd02) --- 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] <support@github.com>
1 parent b9f775d commit b3ec6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sam_package_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# using git commit sha for version of action to ensure we have stable version
2727
- name: Install asdf
28-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
28+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
2929
with:
3030
asdf_version: ${{ steps.asdf-version.outputs.version }}
3131

@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-asdf-
4040
4141
- name: Install asdf dependencies in .tool-versions
42-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
42+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4343
with:
4444
asdf_version: ${{ steps.asdf-version.outputs.version }}
4545
env:

0 commit comments

Comments
 (0)