From d86b8ca345c51e32fbf3d08d75b3f6e37954137c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:09:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d6ad4..58bf519 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: environment: prod steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Create Terraform Plugin Cache Dir run: mkdir -p $TF_PLUGIN_CACHE_DIR - name: Terraform Plugin Cache