From 1227809341a7a5c4918cedd678b2fe562e9af208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:38:46 +0000 Subject: [PATCH] Update asdf-vm/actions action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6b33526..a385dcbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: ## install jdk and maven - name: Install asdf & tools - uses: asdf-vm/actions/install@v3 + uses: asdf-vm/actions/install@v4 with: skip_install: ${{ steps.cache-sdk-repo.outputs.cache-hit == 'true' }}