From 76c7bbd9f909402e9fe7a7f6ec8a31651aecdd79 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:40:28 +0000 Subject: [PATCH] chore(deps): update actions to v4 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 6 +++--- .github/workflows/release.draft.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3be4da7..90bc6e5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: - uses: hashicorp/setup-terraform@v3.1.1 - name: Cache terraform folder - uses: actions/cache@v3 + uses: actions/cache@v4.2.3 with: path: ./.terraform key: terraform @@ -38,8 +38,8 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 - - uses: actions/cache@v3 + - uses: actions/checkout@v4.2.2 + - uses: actions/cache@v4.2.3 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index 2d79ed8..8f73590 100644 --- a/.github/workflows/release.draft.yml +++ b/.github/workflows/release.draft.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.2.2 - name: check next version uses: anothrNick/github-tag-action@1.69.0