mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Upversion github actions in tfvalidate.yml (#12005)
This fixes the deprecation warnings that appear at the bottom of https://github.com/fleetdm/fleet/actions/runs/5083875257
This commit is contained in:
parent
943141cc88
commit
257336c8b0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tfvalidate.yml
vendored
4
.github/workflows/tfvalidate.yml
vendored
|
|
@ -31,10 +31,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install terraform
|
||||
uses: hashicorp/setup-terraform@17d4c9b8043b238f6f35641cdd8433da1e6f3867 # v2.0.0
|
||||
uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.3.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue