From 336831a213d25c799b420f90814c5405169cd297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:58:06 +0000 Subject: [PATCH] Bump asdf-vm/actions from 1 to 2 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 to 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/v1...v2) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-comment-terraspace.yaml | 2 +- .github/workflows/terraspace.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-comment-terraspace.yaml b/.github/workflows/pr-comment-terraspace.yaml index fc0dd48e..490ab8d4 100644 --- a/.github/workflows/pr-comment-terraspace.yaml +++ b/.github/workflows/pr-comment-terraspace.yaml @@ -69,7 +69,7 @@ jobs: ref: ${{ needs.pre-reqs.outputs.gitRef }} - name: ASDF - Install - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 with: asdf_branch: v0.9.0 diff --git a/.github/workflows/terraspace.yaml b/.github/workflows/terraspace.yaml index fb6b95de..7c0c34fe 100644 --- a/.github/workflows/terraspace.yaml +++ b/.github/workflows/terraspace.yaml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # Makes sure we get the latest commit from the PR - name: ASDF - Install - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 with: asdf_branch: v0.9.0 @@ -113,7 +113,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # Makes sure we get the latest commit from the PR - name: ASDF - Install - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 with: asdf_branch: v0.9.0 @@ -181,7 +181,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # Makes sure we get the latest commit from the PR - name: ASDF - Install - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 with: asdf_branch: v0.9.0