We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a2462 + 77c6e76 commit 5213925Copy full SHA for 5213925
.github/workflows/lint.yml
@@ -18,16 +18,16 @@ jobs:
18
os: [ubuntu-latest]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
name: Checkout source code
23
24
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
25
name: Cache plugin dir
26
with:
27
path: ~/.tflint.d/plugins
28
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
29
30
- - uses: terraform-linters/setup-tflint@v1
+ - uses: terraform-linters/setup-tflint@v2
31
name: Setup TFLint
32
33
tflint_version: ${{ env.RENOVATE_CONFIG_FOLDER }}
0 commit comments