Skip to content

Commit fa8af6f

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 7bd4572 commit fa8af6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cdk_package_code.yml

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

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

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

.github/workflows/run_regression_tests.yml

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

4646
# using git commit sha for version of action to ensure we have stable version
4747
- name: Install asdf
48-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
48+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
4949
with:
5050
asdf_version: ${{ steps.asdf-version.outputs.version }}
5151

@@ -59,7 +59,7 @@ jobs:
5959
${{ runner.os }}-asdf-
6060
6161
- name: Install asdf dependencies in .tool-versions
62-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
62+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6363
with:
6464
asdf_version: ${{ steps.asdf-version.outputs.version }}
6565
env:

0 commit comments

Comments
 (0)