Skip to content

Commit 5266eb1

Browse files
author
nozaq
authored
Merge pull request nozaq#4 from nozaq/upgrade-actions
chore: upgrade terraform-github-actions to 0.4.4
2 parents c83e121 + 8e0782d commit 5266eb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/[email protected]
1111

1212
- name: terraform fmt
13-
uses: hashicorp/terraform-github-actions/[email protected].0
13+
uses: hashicorp/terraform-github-actions/[email protected].4
1414
env:
1515
TF_ACTION_WORKING_DIR: "."
1616

@@ -22,21 +22,21 @@ jobs:
2222
uses: actions/checkout@master
2323

2424
- name: terraform init - examples/simple-nodejs
25-
uses: hashicorp/terraform-github-actions/[email protected].0
25+
uses: hashicorp/terraform-github-actions/[email protected].4
2626
env:
2727
TF_ACTION_WORKING_DIR: "./examples/simple-nodejs"
2828

2929
- name: terraform validate - examples/simple-nodejs
30-
uses: hashicorp/terraform-github-actions/[email protected].0
30+
uses: hashicorp/terraform-github-actions/[email protected].4
3131
env:
3232
TF_ACTION_WORKING_DIR: "./examples/simple-nodejs"
3333

3434
- name: terraform init - examples/simple-py
35-
uses: hashicorp/terraform-github-actions/[email protected].0
35+
uses: hashicorp/terraform-github-actions/[email protected].4
3636
env:
3737
TF_ACTION_WORKING_DIR: "./examples/simple-py"
3838

3939
- name: terraform validate - examples/simple-py
40-
uses: hashicorp/terraform-github-actions/[email protected].0
40+
uses: hashicorp/terraform-github-actions/[email protected].4
4141
env:
4242
TF_ACTION_WORKING_DIR: "./examples/simple-py"

0 commit comments

Comments
 (0)