Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): upgrade action-setup-tools to v2 #31

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading