Skip to content

Commit 73d7881

Browse files
Update actions/checkout action to v4
1 parent c14962d commit 73d7881

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+2-2
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@v3
14+
uses: actions/checkout@v4
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@v3
53+
uses: actions/checkout@v4
5454
with:
5555
ref: ${{ github.event.pull_request.head.ref }}
5656

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

+1-1
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@v3
12+
uses: actions/checkout@v4
1313
- name: Setup TFLint
1414
uses: terraform-linters/setup-tflint@v3
1515
with:

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

+1-1
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@v3
12+
uses: actions/checkout@v4
1313
- name: tfsec
1414
uses: aquasecurity/[email protected]
1515
with:

0 commit comments

Comments
 (0)