From e8583124b657b5361325d7e2bcc7ccf5d52df9ef Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:37:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.0.2 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cdbccdc..3b66d31 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,7 +38,7 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.2 - uses: actions/cache@v3.3.3 name: Cache tflint plugin dir with: