Skip to content

Commit 73feaef

Browse files
🚀 Bump version to v1.0.0 (#104)
Files changed: M README.md M action.yml Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec083a4 commit 73feaef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This action supports three tag levels for flexible versioning:
3838
## 📖 API Reference
3939
```yaml
4040
- name: Run the Action
41-
uses: devops-infra/action-tflint@v0.3
41+
uses: devops-infra/action-tflint@v1.0.0
4242
with:
4343
dir_filter: modules
4444
```
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v5
7373
7474
- name: Check linting of Terraform files
75-
uses: devops-infra/action-tflint@v0.3
75+
uses: devops-infra/action-tflint@v1.0.0
7676
```
7777

7878
### 🔀 Advanced Example
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v5
9292
9393
- name: Check linting of Terraform modules
94-
uses: devops-infra/action-tflint@v0.3
94+
uses: devops-infra/action-tflint@v1.0.0
9595
with:
9696
tflint_config: modules/.tflint.hcl
9797
dir_filter: modules/aws,modules/gcp
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v5
114114
115115
- name: Check linting of Terraform modules
116-
uses: devops-infra/action-tflint@v0.3
116+
uses: devops-infra/action-tflint@v1.0.0
117117
with:
118118
tflint_params: "--module --deep"
119119
dir_filter: modules

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
default: "true"
2525
runs:
2626
using: docker
27-
image: docker://devopsinfra/action-tflint:v0.3
27+
image: docker://devopsinfra/action-tflint:v1.0.0
2828
branding:
2929
color: purple
3030
icon: upload-cloud

0 commit comments

Comments
 (0)