Skip to content

Commit fdc3667

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 2cf1cbd commit fdc3667

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run_package_code_and_api.yml

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

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

@@ -37,7 +37,7 @@ jobs:
3737
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
3838
3939
- name: Install asdf dependencies in .tool-versions
40-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
40+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4141
with:
4242
asdf_version: ${{ steps.asdf-version.outputs.version }}
4343
env:

.github/workflows/run_regression_tests.yml

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

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

@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
6161
6262
- name: Install asdf dependencies in .tool-versions
63-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
63+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6464
with:
6565
asdf_version: ${{ steps.asdf-version.outputs.version }}
6666
env:

0 commit comments

Comments
 (0)