From c336fa53d6b96330a93889c497edeef5bc872301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:34:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/golang-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 88f067d..3a9ee97 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -130,7 +130,7 @@ jobs: - name: Setup Python with cache if: inputs.python_pip_install == true - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} cache: 'pip'