Skip to content

Commit b408edb

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aws-cdk-lib-2.227.0
2 parents d2d3e36 + 6971f2b commit b408edb

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)