From 0c90d92c2d8aca2bf3f53d272765ec599b367b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:06:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/gitops-validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitops-validate.yaml b/.github/workflows/gitops-validate.yaml index 816a766..156bccd 100644 --- a/.github/workflows/gitops-validate.yaml +++ b/.github/workflows/gitops-validate.yaml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 - name: cache pre-commit environment uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: @@ -258,7 +258,7 @@ jobs: - name: extract kind kube.config run: kind get kubeconfig --name 'chart-testing' > /tmp/kube.config - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "${{ inputs.python_version }}" - name: Install pipenv