Skip to content

Commit f420884

Browse files
Update actions/checkout action to v7
1 parent 11b1e3b commit f420884

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 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

@@ -39,7 +39,7 @@ jobs:
3939
- 4566:4566
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
- name: Terraform Init
4444
run: terraform init -upgrade
4545
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)