From d4ced72d2629d171ada5df6b58aa1994c167b75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:07:33 +0000 Subject: [PATCH] chore(ci): 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/compliance.yml | 2 +- .github/workflows/contracts.yml | 2 +- .github/workflows/l9-lint-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index de63f5ab..cfd0a016 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12' diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index a735b39d..91bc83d4 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -55,7 +55,7 @@ jobs: # fetch-depth is irrelevant here, but the checkout must be a real git repo: # discovery enumerates via `git ls-files -z`, not a filesystem walk. - uses: actions/checkout@v6 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.12" - run: pip install pyyaml diff --git a/.github/workflows/l9-lint-test.yml b/.github/workflows/l9-lint-test.yml index d894d308..50ec21eb 100644 --- a/.github/workflows/l9-lint-test.yml +++ b/.github/workflows/l9-lint-test.yml @@ -53,7 +53,7 @@ jobs: git remote set-url origin "https://github.com/${REPOSITORY}.git" - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -107,7 +107,7 @@ jobs: git remote set-url origin "https://github.com/${REPOSITORY}.git" - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.PYTHON_VERSION }}