From ad9b5b1f64bca2525b58883f4f4cec45f9f0d4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:07:28 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ite.yml | 2 +- .github/workflows/policy-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ite.yml b/.github/workflows/ite.yml index 86a387b..5fd4955 100644 --- a/.github/workflows/ite.yml +++ b/.github/workflows/ite.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.12" diff --git a/.github/workflows/policy-lint.yml b/.github/workflows/policy-lint.yml index 3bd3b17..4b4e88e 100644 --- a/.github/workflows/policy-lint.yml +++ b/.github/workflows/policy-lint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.11" - name: Install lint dependencies