Skip to content

Commit

Permalink
Merge pull request #6 from hmcts/PUB-2192-Monthly-Dependency-Updates
Browse files Browse the repository at this point in the history
PUB-2192 - Dependency Updates
  • Loading branch information
ChrisS1512 authored Oct 18, 2023
2 parents 37b60df + a062e96 commit 0fe2c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ env.TF_VERSION }}

- name: Terraform format
run: terraform fmt -check
run: terraform fmt -check
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.5.7

0 comments on commit 0fe2c18

Please sign in to comment.