From 60e3457964c063aacc26be9b7598ee01fe4cfce1 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Tue, 5 Mar 2024 08:44:39 +1300 Subject: [PATCH] update actions versions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4dd68c..aa0a1da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,8 +21,8 @@ jobs: TF_VAR_extra_public_keys: '${{ vars.EXTRA_PUBLIC_KEYS }}' TF_VAR_vm_user: ubuntu steps: - - uses: actions/checkout@v3 - - uses: hashicorp/setup-terraform@v2 + - uses: actions/checkout@v4 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: "1.6.3" terraform_wrapper: false