File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
run : echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
35
35
- name : Release
36
36
id : release
37
- uses : google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # ratchet:google-github-actions/release-please-action@v3
37
+ uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # ratchet:google-github-actions/release-please-action@v3
38
38
with :
39
39
default-branch : ${{ steps.branch.outputs.name }}
40
40
release-type : terraform-module
Original file line number Diff line number Diff line change 32
32
# use an app to ensure CI is triggered
33
33
- name : Generate TF docs
34
34
if : github.repository_owner == 'philips-labs'
35
- uses : terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1 .0
35
+ uses : terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2 .0
36
36
with :
37
37
find-dir : .
38
38
git-commit-message : " docs: auto update terraform docs"
42
42
43
43
- name : Generate TF docs (forks)
44
44
if : github.repository_owner != 'philips-labs'
45
- uses : terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1 .0
45
+ uses : terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2 .0
46
46
with :
47
47
find-dir : .
48
48
git-commit-message : " docs: auto update terraform docs"
You can’t perform that action at this time.
0 commit comments