Skip to content

Commit 16e4339

Browse files
Upgrade: [dependabot] - bump asdf-vm/actions from 3.0.2 to 4.0.0
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](asdf-vm/actions@05e0d2e...1902764) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0ab28b commit 16e4339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3838
# using git commit sha for version of action to ensure we have stable version
3939
- name: Install asdf
40-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
40+
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
4141
with:
4242
asdf_branch: v0.14.1
4343

@@ -51,7 +51,7 @@ jobs:
5151
${{ runner.os }}-asdf-
5252
5353
- name: Install asdf dependencies in .tool-versions
54-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
54+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
5555
with:
5656
asdf_branch: v0.14.1
5757
env:

0 commit comments

Comments
 (0)