Skip to content

Commit

Permalink
Merge pull request #67 from devops-infra/dendency/v0.3.1
Browse files Browse the repository at this point in the history
Update release to v0.3.1
  • Loading branch information
ChristophShyper authored Nov 8, 2023
2 parents 9193452 + a0bc9d9 commit 4489c2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
phony: help

# Release tag for the action
VERSION := v0.3
VERSION := v0.3.1

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
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: Validate Terraform modules
uses: devops-infra/action-terraform-validate@v0.3
uses: devops-infra/action-terraform-validate@v0.3.1
with:
dir_filter: modules
```
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Validate Terraform configuration
uses: devops-infra/action-terraform-validate@v0.3
uses: devops-infra/action-terraform-validate@v0.3.1
```

Validate Terraform modules only in `modules/aws` and `modules/gcp` directories. Run the Action via DockerHub.
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Validate Terraform modules
uses: devops-infra/action-terraform-validate@v0.3
uses: devops-infra/action-terraform-validate@v0.3.1
with:
dir_filter: modules/aws,modules/gcp
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
default: "*"
runs:
using: docker
image: docker://devopsinfra/action-terraform-validate:v0.3
image: docker://devopsinfra/action-terraform-validate:v0.3.1
branding:
color: purple
icon: upload-cloud

0 comments on commit 4489c2d

Please sign in to comment.