From af46ddbafd617f0fbec51d69f3112284d28155c0 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Mon, 29 Jan 2024 14:45:32 +0000 Subject: [PATCH] test1 --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 45c9577..cbd1a86 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,12 +11,12 @@ jobs: steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Change directory run: cd terraform-config/ - - name: Checkout code - uses: actions/checkout@v2 - - name: Set up Terraform uses: hashicorp/setup-terraform@v1