Skip to content

Commit 020148a

Browse files
Update actions/checkout action to v5
1 parent 5bc33f4 commit 020148a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration-terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Check for terraform version mismatch
1717
run: |
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Check out code
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
with:
5555
ref: ${{ github.event.pull_request.head.ref }}
5656

.github/workflows/continuous-integration-tflint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup TFLint
1414
uses: terraform-linters/setup-tflint@v3
1515
with:

.github/workflows/continuous-integration-tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: tfsec
1414
uses: aquasecurity/[email protected]
1515
with:

0 commit comments

Comments
 (0)