Skip to content

Commit 9315b32

Browse files
Update actions/checkout action to v5 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cb9324 commit 9315b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
22+
uses: actions/checkout@v5
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@v4
42+
uses: actions/checkout@v5
4343
- name: Terraform Init
4444
run: terraform init -upgrade
4545
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)