From 257336c8b0ea7791a7a7076f2e506a94d7a57666 Mon Sep 17 00:00:00 2001 From: KanchiMoe <5897898+KanchiMoe@users.noreply.github.com> Date: Mon, 29 May 2023 02:54:46 +0000 Subject: [PATCH] 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 --- .github/workflows/tfvalidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tfvalidate.yml b/.github/workflows/tfvalidate.yml index 331564b63b..ce24791986 100644 --- a/.github/workflows/tfvalidate.yml +++ b/.github/workflows/tfvalidate.yml @@ -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