From 7a232b89565bc1f2f0ff4ad401e03e96461e2567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:42:14 -0400 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3 (#53) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tf-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index ecea86cb..2bb19593 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -71,7 +71,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Action added to install terraform - name: Install Terraform v${{ needs.versionExtract.outputs.maxVersion }}