From ed65683a48c375b8da9db8365a65c6aacda63bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:17:32 +0000 Subject: [PATCH] Update asdf-vm/actions action to v3 --- example-project/.github/workflows/audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-project/.github/workflows/audit.yaml b/example-project/.github/workflows/audit.yaml index 626b893b4..68ce661fa 100644 --- a/example-project/.github/workflows/audit.yaml +++ b/example-project/.github/workflows/audit.yaml @@ -37,7 +37,7 @@ jobs: uses: andstor/file-existence-action@v1 with: files: .tool-versions - - uses: asdf-vm/actions/install@v1 + - uses: asdf-vm/actions/install@v3 if: steps.tool-versions.outputs.files_exists == 'true' - run: cat /tmp/python-build.*.log if: failure()