Skip to content

Commit

Permalink
Remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Sep 20, 2023
1 parent 631efb3 commit fd6e004
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions templates/.ci_cd/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2.5.0
uses: actions/checkout@v4

- name: Install Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v2

- name: Terraform Init
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
shell: pwsh

- name: Publish Module Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3
with:
name: module
path: ./staging/
Expand All @@ -81,12 +81,12 @@ jobs:

steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2.1.1
uses: actions/download-artifact@v3
with:
name: module

- name: Install Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v2

- name: Terraform Init
run: |
Expand Down
8 changes: 4 additions & 4 deletions templates/.ci_cd/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2.5.0
uses: actions/checkout@v4

- name: Install Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v2

- name: Terraform Format Check
run: terraform fmt -check
Expand All @@ -46,10 +46,10 @@ jobs:
ARM_USE_OIDC: true
steps:
- name: Checkout Code
uses: actions/checkout@v2.5.0
uses: actions/checkout@v4

- name: Install Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v2

- name: Terraform Init
run: |
Expand Down

0 comments on commit fd6e004

Please sign in to comment.