Skip to content

Commit 72971b3

Browse files
chore(deps): update asdf-vm/actions action to v4 (#56)
| datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | asdf-vm/actions | v3.0.2 | v4.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ec190f6 commit 72971b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: 'false'
2424
- name: asdf_install
25-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
25+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
2626
- run: make install-dev-tools
2727
# Make asdf aware of globally installed binaries
2828
- run: asdf reshim
@@ -42,5 +42,5 @@ jobs:
4242
with:
4343
persist-credentials: 'false'
4444
- name: asdf_install
45-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
45+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
4646
- run: make shellcheck

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: 'false'
2727
- name: asdf_install
28-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
28+
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
2929
- run: make clean
3030
- run: make build-amd
3131
- run: make build-arm

0 commit comments

Comments
 (0)