From e4ce3c9e12dca4bbfbce35cb31dac7df79d687f5 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 6 Feb 2025 04:20:07 +0000 Subject: [PATCH] chore(deps): update actions (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 2 +- .github/workflows/release.draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d2e2f18..84f611e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: - uses: hashicorp/setup-terraform@v3.1.2 - name: Cache terraform folder - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ./.terraform key: terraform diff --git a/.github/workflows/release.draft.yml b/.github/workflows/release.draft.yml index a06e681..e759fe3 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