Skip to content

Commit 5213925

Browse files
Merge pull request #20 from terraform-module/renovate/master-.github/workflows-major-actions
chore(deps): update actions (.github/workflows/lint.yml) (master) (major)
2 parents e7a2462 + 77c6e76 commit 5213925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
name: Checkout source code
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
name: Cache plugin dir
2626
with:
2727
path: ~/.tflint.d/plugins
2828
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
2929

30-
- uses: terraform-linters/setup-tflint@v1
30+
- uses: terraform-linters/setup-tflint@v2
3131
name: Setup TFLint
3232
with:
3333
tflint_version: ${{ env.RENOVATE_CONFIG_FOLDER }}

0 commit comments

Comments
 (0)