From 8d4ea13c8466fa2c3374623c61ef357ee5000fc5 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 6 Feb 2025 04:23:27 +0000 Subject: [PATCH] chore(deps): update actions (.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 4c93f4d..fc476b0 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@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ./.terraform key: terraform @@ -38,8 +38,8 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 - - uses: actions/cache@v4.0.2 + - uses: actions/checkout@v4.2.2 + - uses: actions/cache@v4.2.0 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 b1408db..e699b37 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@v4.1.7 + - uses: actions/checkout@v4.2.2 - name: check next version uses: anothrNick/github-tag-action@1.69.0