From 9aed366b528ecf6c0e73e46283b092fd1de7c75e Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 1 Jan 2025 04:26:12 +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 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