Skip to content

Commit

Permalink
Merge pull request #151 from xunleii/renovate/hashicorp-setup-terrafo…
Browse files Browse the repository at this point in the history
…rm-3.x

chore(deps): update hashicorp/setup-terraform action to v3
  • Loading branch information
xunleii authored Nov 12, 2023
2 parents 8818ef1 + 81cc9ae commit d0ff221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ inputs.terraform_version }}
- name: Pre-hook Terraform workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ inputs.terraform_version }}
- name: Pre-hook Terraform workflow
Expand Down

0 comments on commit d0ff221

Please sign in to comment.