Skip to content

Commit

Permalink
updated action to use latest released version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored and verbanicm committed Oct 19, 2022
1 parent 1bc8550 commit 48a935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/secure-setup-terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: 'download-linters'
shell: 'bash'
env:
release_version: '0.0.10'
release_version: '0.0.11'
release_location: 'https://github.com/bradegler/secure-setup-terraform/releases/tag'
run: |-
curl -H "Authorization: token ${{ github.token }}" -O "${{env.release_location}}/v${{env.release_version}}/secure-setup-terraform_${{env.release_version}}_linux_amd64.tar.gz"
Expand Down

0 comments on commit 48a935e

Please sign in to comment.