Skip to content

Commit 1f485ff

Browse files
committed
ci: bump actions/checkout to v6 and setup-tflint to v6
1 parent 1e1cb1a commit 1f485ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.pull_request.head.ref }}
2020

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Terraform
3434
uses: hashicorp/setup-terraform@v3
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ${{ matrix.module }}
4747

4848
- name: Setup TFLint
49-
uses: terraform-linters/setup-tflint@v4
49+
uses: terraform-linters/setup-tflint@v6
5050

5151
- name: TFLint Init
5252
run: tflint --init --config "$GITHUB_WORKSPACE/.tflint.hcl"
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v6
6666

6767
- name: Run Trivy security scanner
6868
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)