Skip to content

Commit c42c740

Browse files
Update actions/checkout action to v7 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 420f66b commit c42c740

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: hashicorp/terraform
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Terraform Format Check
2424
run: terraform fmt -check -recursive -diff
2525

@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
- name: Set validation matrix
3434
id: set-matrix
3535
run: |
@@ -54,7 +54,7 @@ jobs:
5454
- 4566:4566
5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858
- name: Terraform Init
5959
run: terraform init -upgrade
6060
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)