Skip to content

Commit 4562d91

Browse files
chore: prepare release v1.20.1
base revision: e3d39f8
1 parent c71729f commit 4562d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plan/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ outputs:
4343
runs:
4444
using: composite
4545
steps:
46-
- uses: suzuki-shunsuke/tfaction/terraform-plan@main
46+
- uses: suzuki-shunsuke/tfaction/terraform-plan@c71729f9f296f3f2528c72f635745d31528d9822
4747
id: terraform
4848
if: env.TFACTION_JOB_TYPE == 'terraform'
4949
with:
5050
github_token: ${{inputs.github_token}}
5151

52-
- uses: suzuki-shunsuke/tfaction/tfmigrate-plan@main
52+
- uses: suzuki-shunsuke/tfaction/tfmigrate-plan@c71729f9f296f3f2528c72f635745d31528d9822
5353
id: tfmigrate
5454
if: env.TFACTION_JOB_TYPE == 'tfmigrate'
5555
with:

0 commit comments

Comments
 (0)