Skip to content

Commit 8cd93c4

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] <[email protected]>
1 parent e9f9fd4 commit 8cd93c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cdk_package_code.yml

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

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

@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
4444
4545
- name: Install asdf dependencies in .tool-versions
46-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
46+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4747
with:
4848
asdf_version: ${{ steps.asdf-version.outputs.version }}
4949
env:

0 commit comments

Comments
 (0)