From f6a2b3d26ba9b64bc5019db24d7c4d23d8284c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:15:29 +0000 Subject: [PATCH] build(deps): bump asdf-vm/actions from 2.2.0 to 3.0.2 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2.2.0 to 3.0.2. - [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.2.0...v3.0.2) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09b671f..2d6e59b 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ runs: steps: - name: Setup Terramate and Terraform using asfd if: ${{ inputs.setup == 'true' }} - uses: asdf-vm/actions/install@v2.2.0 + uses: asdf-vm/actions/install@v3.0.2 with: tool_versions: | terramate ${{ inputs.terramate-version }}