From 8a99b792d34576e34b6827ef6a49a271bbcdf7cf Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 16 Jun 2024 04:22:00 +0000 Subject: [PATCH] chore(deps): update github-tags action .github/workflows/lint.yml to v4 (.github/workflows/lint.yml) --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b2edc82..b3bbfb3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,16 +18,16 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.7 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 }}