Skip to content

Commit 460167a

Browse files
authored
Merge pull request #18 from sparkfabrik/fix/github_action
fix: github action versions
2 parents 8ce3a88 + 4a08cb1 commit 460167a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tflint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Lint
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
pull_request:
6-
types: [ opened, synchronize ]
6+
types: [opened, synchronize]
77

88
jobs:
99
tflint:
@@ -14,16 +14,16 @@ jobs:
1414
os: [ubuntu-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
name: Checkout source code
1919

20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
name: Cache plugin dir
2222
with:
2323
path: ~/.tflint.d/plugins
2424
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
2525

26-
- uses: terraform-linters/setup-tflint@v3
26+
- uses: terraform-linters/setup-tflint@v4
2727
name: Setup TFLint
2828

2929
- name: Show version

0 commit comments

Comments
 (0)