From 099c6c32096eebe0f10cd08b55d1b4d833acb837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:25:02 +0000 Subject: [PATCH] Bump actions/setup-python in the gh-actions-dependencies group Bumps the gh-actions-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/py-lint.yaml | 2 +- .github/workflows/sh-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/py-lint.yaml b/.github/workflows/py-lint.yaml index dd57651..4750cf4 100644 --- a/.github/workflows/py-lint.yaml +++ b/.github/workflows/py-lint.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 1 - name: Set up python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/sh-lint.yaml b/.github/workflows/sh-lint.yaml index 21ec602..0e53f83 100644 --- a/.github/workflows/sh-lint.yaml +++ b/.github/workflows/sh-lint.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 1 - name: Set up python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: "pyproject.toml"