From 0f345ace543e8a4ae033140df64e32265211c21e Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:21:15 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v4.0.1 | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | asdf-vm/actions | v4.0.0 | v4.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ead5ea..9613b65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: 'false' - name: asdf_install - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 - run: make install-dev-tools # Make asdf aware of globally installed binaries - run: asdf reshim @@ -42,5 +42,5 @@ jobs: with: persist-credentials: 'false' - name: asdf_install - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 - run: make shellcheck diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd119c9..877bc12 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: with: persist-credentials: 'false' - name: asdf_install - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 - run: make clean - run: make build-amd - run: make build-arm