From 373901c5b090b57631adb8b33502f0973c02ee93 Mon Sep 17 00:00:00 2001 From: Gopi Krishna Devulapally Date: Tue, 19 Dec 2023 13:32:19 +0100 Subject: [PATCH] feat(node): upgrade action-setup-tools to v2 --- lint/action.yaml | 2 +- release/action.yaml | 2 +- test/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lint/action.yaml b/lint/action.yaml index 67dae7a..18effb7 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -30,7 +30,7 @@ runs: terraform-cli-config-file: ${{ inputs.terraform-cli-config-file }} - name: Setup tools # Provide opportunity to install terraform, golang, and others - uses: open-turo/action-setup-tools@v1 + uses: open-turo/action-setup-tools@v2 - name: Pre-commit uses: open-turo/action-pre-commit@v1 - name: Post run diff --git a/release/action.yaml b/release/action.yaml index 8a116be..abfbdfd 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -37,7 +37,7 @@ runs: # performed to arrive at the next version number that is to be released. fetch-depth: 0 - name: Setup tools - uses: open-turo/action-setup-tools@v1 + uses: open-turo/action-setup-tools@v2 - name: Release uses: cycjimmy/semantic-release-action@v3 with: diff --git a/test/action.yaml b/test/action.yaml index 7268b3c..5b6d91d 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -33,7 +33,7 @@ runs: terraform-cli-config-file: ${{ inputs.terraform-cli-config-file }} - name: Setup tools # Provide opportunity to install terraform, golang, and others - uses: open-turo/action-setup-tools@v1 + uses: open-turo/action-setup-tools@v2 - name: Verify required repository files shell: bash run: |