From 7754d553e90336d6fb77a8c52017fa437cf77292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:57:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..023349d 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@v6 - name: Create Terraform Plugin Cache Dir run: mkdir -p $TF_PLUGIN_CACHE_DIR - name: Terraform Plugin Cache