From 8598913baf66edea2c17c404e0bdd5ff9d102fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:35:49 +0000 Subject: [PATCH] chore: bump actions/setup-python from 4 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...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/ci.yml | 2 +- .github/workflows/cypress.yml | 2 +- .github/workflows/guard-scripts.yml | 2 +- .github/workflows/linter.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b5277c..e34be27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: grep -rn "def test" > /dev/null - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ steps.runtime.outputs.python_version }} diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index acc5865..3156797 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -67,7 +67,7 @@ jobs: esac - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ steps.runtime.outputs.python_version }} diff --git a/.github/workflows/guard-scripts.yml b/.github/workflows/guard-scripts.yml index f159ce1..963ac37 100644 --- a/.github/workflows/guard-scripts.yml +++ b/.github/workflows/guard-scripts.yml @@ -48,7 +48,7 @@ jobs: esac - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ steps.runtime.outputs.python_version }} diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5a32378..70b1244 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -47,7 +47,7 @@ jobs: ;; esac - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ steps.runtime.outputs.python_version }} cache: pip @@ -90,7 +90,7 @@ jobs: ;; esac - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ steps.runtime.outputs.python_version }}