Skip to content

Commit

Permalink
Update github actions in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Jun 5, 2024
1 parent d323141 commit 71751af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ runs:
fi
- name: Use Terraform ${{ env.TERRAFORM_VERSION }}
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ inputs.azure-credentials }}

Expand Down

0 comments on commit 71751af

Please sign in to comment.