-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Pwd9000-ML/dependabot/github_actions/hash…
…icorp/setup-terraform-3.1.1 Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Install Terraform | ||
uses: hashicorp/[email protected].0 | ||
uses: hashicorp/[email protected].1 | ||
- name: Display Terraform Version | ||
run: terraform --version | ||
- name: Display Azure-CLI Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Install Terraform | ||
uses: hashicorp/[email protected].0 | ||
uses: hashicorp/[email protected].1 | ||
- name: Display Terraform Version | ||
run: terraform --version | ||
- name: Display Azure-CLI Version | ||
|