Skip to content

Commit

Permalink
Bump release to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Jan 31, 2023
1 parent b14c726 commit cb39367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:

```yaml
- name: Fail on malformatted files
uses: devops-infra/action-format-hcl@v0.3.3
uses: devops-infra/action-format-hcl@v0.3.4
with:
list: false
write: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Fail on malformatted files
uses: devops-infra/action-format-hcl@v0.3.3
uses: devops-infra/action-format-hcl@v0.3.4
with:
check: true
```
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Format HCL files
uses: devops-infra/action-format-hcl@v0.3.3
uses: devops-infra/action-format-hcl@v0.3.4
- name: Commit changes to repo
uses: devops-infra/action-commit-push@master
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
description: List of formatted files
runs:
using: docker
image: docker://devopsinfra/action-format-hcl:v0.3.3
image: docker://devopsinfra/action-format-hcl:v0.3.4
branding:
color: purple
icon: upload-cloud

0 comments on commit cb39367

Please sign in to comment.