diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afb3fd4..6be39e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v1.0.0 - name: terraform fmt - uses: hashicorp/terraform-github-actions/fmt@v0.4.0 + uses: hashicorp/terraform-github-actions/fmt@v0.4.4 env: TF_ACTION_WORKING_DIR: "." @@ -22,21 +22,21 @@ jobs: uses: actions/checkout@master - name: terraform init - examples/simple-nodejs - uses: hashicorp/terraform-github-actions/init@v0.4.0 + uses: hashicorp/terraform-github-actions/init@v0.4.4 env: TF_ACTION_WORKING_DIR: "./examples/simple-nodejs" - name: terraform validate - examples/simple-nodejs - uses: hashicorp/terraform-github-actions/validate@v0.4.0 + uses: hashicorp/terraform-github-actions/validate@v0.4.4 env: TF_ACTION_WORKING_DIR: "./examples/simple-nodejs" - name: terraform init - examples/simple-py - uses: hashicorp/terraform-github-actions/init@v0.4.0 + uses: hashicorp/terraform-github-actions/init@v0.4.4 env: TF_ACTION_WORKING_DIR: "./examples/simple-py" - name: terraform validate - examples/simple-py - uses: hashicorp/terraform-github-actions/validate@v0.4.0 + uses: hashicorp/terraform-github-actions/validate@v0.4.4 env: TF_ACTION_WORKING_DIR: "./examples/simple-py"