From 99b30af7e2e59752c02ae9c8d56fc7ab98cc0e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:16:06 +0000 Subject: [PATCH] build(deps): bump asdf-vm/actions from 2 to 3 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/asdf-vm/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 324023e..eb20dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,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"