Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 9bc135e commit 17c8b15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: setup terraform tools
uses: cds-snc/terraform-tools-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-drift-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Setup Terraform tools
uses: cds-snc/terraform-tools-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan-aft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: setup terraform tools
uses: cds-snc/terraform-tools-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: setup terraform tools
uses: cds-snc/terraform-tools-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: setup terraform tools
uses: cds-snc/terraform-tools-setup@v1
Expand Down

0 comments on commit 17c8b15

Please sign in to comment.