mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 21:13:38 +00:00
Bump actions/checkout@v3 in README.md
This commit is contained in:
parent
3873ce2304
commit
2c35fb5e3c
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ defaults:
|
|||
run:
|
||||
working-directory: ${{ env.tf_actions_working_dir }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
|
||||
- name: Terraform fmt
|
||||
|
|
@ -148,7 +148,7 @@ defaults:
|
|||
run:
|
||||
working-directory: ${{ env.tf_actions_working_dir }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
|
||||
- name: Terraform fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue