From 58d444bd73cf737b8d975a7faacc568195afbe6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:46:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/github-to-k8s-sync-env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-to-k8s-sync-env.yml b/.github/workflows/github-to-k8s-sync-env.yml index cf7c286a..72412c59 100644 --- a/.github/workflows/github-to-k8s-sync-env.yml +++ b/.github/workflows/github-to-k8s-sync-env.yml @@ -143,7 +143,7 @@ jobs: - k8s - ${{ inputs.environment }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Create a temporary file for environment variables # to store GitHub Secrets and Variables (base64 encoded) # Making those values base64 encoded allows us to avoid further complex escaping issues