Skip to content

Commit 5102709

Browse files
🚀 Bump version to v1.0.1 (#130)
Files changed: M README.md M action.yml Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5b0c75d commit 5102709

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This action supports three tag levels for flexible versioning:
4343
## 📖 API Reference
4444
```yaml
4545
- name: Run the Action
46-
uses: devops-infra/action-format-hcl@v1.0.0
46+
uses: devops-infra/action-format-hcl@v1.0.1
4747
with:
4848
list: false
4949
write: true
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@v5
9191
9292
- name: Fail on malformatted files
93-
uses: devops-infra/action-format-hcl@v1.0.0
93+
uses: devops-infra/action-format-hcl@v1.0.1
9494
with:
9595
check: true
9696
```
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v5
111111
112112
- name: Format HCL files
113-
uses: devops-infra/action-format-hcl@v1.0.0
113+
uses: devops-infra/action-format-hcl@v1.0.1
114114
115115
- name: Commit changes to repo
116116
uses: devops-infra/action-commit-push@v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
description: List of formatted files
3636
runs:
3737
using: docker
38-
image: docker://devopsinfra/action-format-hcl:v1.0.0
38+
image: docker://devopsinfra/action-format-hcl:v1.0.1
3939
branding:
4040
color: purple
4141
icon: upload-cloud

0 commit comments

Comments
 (0)