Skip to content

Commit 2712887

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 1c2a48b commit 2712887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package_npm_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: ${{ needs.get_asdf_version.outputs.asdf_version }}
3838

@@ -46,7 +46,7 @@ jobs:
4646
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
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: ${{ needs.get_asdf_version.outputs.asdf_version }}
5252
env:

0 commit comments

Comments
 (0)