From e1135e6f45287d963c736d256f5e05583678fcff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:27:20 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 4.2.4 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.4...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-reusable.yml b/.github/workflows/terraform-reusable.yml index fda4e8d..efffec8 100644 --- a/.github/workflows/terraform-reusable.yml +++ b/.github/workflows/terraform-reusable.yml @@ -52,7 +52,7 @@ jobs: - name: Cache Comment Id if: github.event_name == 'pull_request' id: cache-comment-id - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ./comment-cache key: pr-${{ github.event.number }}-comment-id${{ inputs.cache-key-suffix }}