Skip to content

Commit 29594cd

Browse files
Fix usage of v0.3 release (#70)
Fix for #69 Bump release to v0.3.1 Co-authored-by: Krzysztof Szyper <[email protected]>
1 parent 7fce5d3 commit 29594cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
phony: help
33

44
# Release tag for the action
5-
VERSION := v0.3
5+
VERSION := v0.3.1
66

77
# GitHub Actions bogus variables
88
GITHUB_REF ?= refs/heads/null

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Features:
3333

3434
```yaml
3535
- name: Fail on malformatted files
36-
uses: devops-infra/[email protected]
36+
uses: devops-infra/[email protected].1
3737
with:
3838
list: false
3939
write: true
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout
7070
uses: actions/checkout@v2
7171
- name: Fail on malformatted files
72-
uses: devops-infra/[email protected]
72+
uses: devops-infra/[email protected].1
7373
with:
7474
check: true
7575
```
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout
8787
uses: actions/checkout@v2
8888
- name: Format HCL files
89-
uses: devops-infra/[email protected]
89+
uses: devops-infra/[email protected].1
9090
- name: Commit changes to repo
9191
uses: devops-infra/action-commit-push@master
9292
with:

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:v0.2
38+
image: docker://devopsinfra/action-format-hcl:v0.3.1
3939
branding:
4040
color: purple
4141
icon: upload-cloud

0 commit comments

Comments
 (0)