Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/lint.yml to …
Browse files Browse the repository at this point in the history
…v4 (.github/workflows/lint.yml)
  • Loading branch information
IK Renovate Bot committed Apr 30, 2024
1 parent c35927f commit 1c36978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.4
name: Checkout source code

- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.2
name: Cache plugin dir
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}

- uses: terraform-linters/setup-tflint@v3.1.1
- uses: terraform-linters/setup-tflint@v4.0.0
name: Setup TFLint
with:
tflint_version: ${{ env.RENOVATE_CONFIG_FOLDER }}
Expand Down

0 comments on commit 1c36978

Please sign in to comment.