From 7a9e3e5e90bdc9ef798f1e103cb21090ccad4b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:11:31 +0000 Subject: [PATCH] fix(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-e2e-full.yml | 2 +- .github/workflows/go-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-e2e-full.yml b/.github/workflows/go-e2e-full.yml index d4ac98e6..27b1abe0 100644 --- a/.github/workflows/go-e2e-full.yml +++ b/.github/workflows/go-e2e-full.yml @@ -37,7 +37,7 @@ jobs: run: make unit - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/go-e2e.yml b/.github/workflows/go-e2e.yml index 5fcd66ae..af5ed9ff 100644 --- a/.github/workflows/go-e2e.yml +++ b/.github/workflows/go-e2e.yml @@ -40,7 +40,7 @@ jobs: run: make unit - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'