Skip to content

Commit

Permalink
Merge pull request #4338 from DFE-Digital/update-github-actions-versions
Browse files Browse the repository at this point in the history
Update github actions versions
  • Loading branch information
RMcVelia authored Jul 5, 2024
2 parents f194629 + 0066b10 commit e75da71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ runs:
fi;
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup 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 Expand Up @@ -98,7 +98,7 @@ runs:
- name: Install kubectl
if: ${{ inputs.environment == 'review_aks' }}
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: "v1.26.1" # default is latest stable

Expand Down
4 changes: 2 additions & 2 deletions .github/actions/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
echo "cluster=$(jq -r '.cluster' ${tf_vars_file})" >> $GITHUB_ENV
echo "app_environment=$(jq -r '.app_environment' ${tf_vars_file})" >> $GITHUB_ENV
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ inputs.azure-credentials }}

Expand All @@ -43,7 +43,7 @@ runs:
- name: Install kubectl
if: ${{ env.app_environment != 'review' }}
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: "v1.26.1" # default is latest stable

Expand Down

0 comments on commit e75da71

Please sign in to comment.