Skip to content

Commit

Permalink
v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jun 1, 2024
1 parent 03e4a01 commit 86914e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: Check Terraform file are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
Expand All @@ -131,7 +131,7 @@ jobs:
name: Check Terraform file are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:

runs:
using: docker
image: docker://danielflook/terraform-github-actions@sha256:88c7c3c49cf8e241aa0742a47dca9e9c754eddcdf58772e274b81210cd7afa19
image: docker://danielflook/terraform-github-actions@sha256:59c93d952e56ba7526e0b69aabbb6feebe77b0f86117f655bef886f331405e58
entrypoint: /entrypoints/fmt-check.sh

branding:
Expand Down

0 comments on commit 86914e9

Please sign in to comment.