Skip to content

Commit

Permalink
feat(node): upgrade action-setup-tools to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gopkri24 committed Dec 19, 2023
1 parent 46d0789 commit 373901c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 373901c

Please sign in to comment.