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