From aaf9f5740c9f9e0bbc62a1b0625c1e876fd3a81e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Jan 2024 00:23:26 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80c6d48..b341835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: echo "python 3.10.2" echo "terraform 1.1.5" } > .tool-versions - - uses: asdf-vm/actions/install@v2 + - uses: asdf-vm/actions/install@v3 - run: | # Test versions go version | grep "1.17.6"