From af4203136328381b134f07e2329326da994df46c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:48:30 +0000 Subject: [PATCH] :arrow_up: (deps): Update asdf-vm/actions action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_.helm.lint.yaml | 2 +- .github/workflows/_.helm.test.yaml | 2 +- .../push,schedule,workflow_dispatch.asdf.refresh-cache.yaml | 2 +- .github/workflows/push.helm.fix-renovate.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_.helm.lint.yaml b/.github/workflows/_.helm.lint.yaml index 1d98f62ef..4bd91942a 100644 --- a/.github/workflows/_.helm.lint.yaml +++ b/.github/workflows/_.helm.lint.yaml @@ -46,7 +46,7 @@ jobs: with: path: ${{ env.ASDF_DIR }} key: asdf-vm-${{ hashFiles('.tool-versions') }} - - uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 + - uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 with: skip_install: ${{ steps.restore-asdf.outputs.cache-hit == 'true' }} diff --git a/.github/workflows/_.helm.test.yaml b/.github/workflows/_.helm.test.yaml index d8e6bd703..c83f69e52 100644 --- a/.github/workflows/_.helm.test.yaml +++ b/.github/workflows/_.helm.test.yaml @@ -29,7 +29,7 @@ jobs: with: path: ${{ env.ASDF_DIR }} key: asdf-vm-${{ hashFiles('.tool-versions') }} - - uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 + - uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 with: skip_install: ${{ steps.restore-asdf.outputs.cache-hit == 'true' }} diff --git a/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml b/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml index c03955fb1..68280bd3c 100644 --- a/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml +++ b/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - - uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 + - uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ env.ASDF_DIR }} diff --git a/.github/workflows/push.helm.fix-renovate.yml b/.github/workflows/push.helm.fix-renovate.yml index 19bb22666..815de5ec3 100644 --- a/.github/workflows/push.helm.fix-renovate.yml +++ b/.github/workflows/push.helm.fix-renovate.yml @@ -54,7 +54,7 @@ jobs: with: path: ${{ env.ASDF_DIR }} key: asdf-vm-${{ hashFiles('.tool-versions') }} - - uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 + - uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1 with: skip_install: ${{ steps.restore-asdf.outputs.cache-hit == 'true' }}