From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:33:20 +0000 (+0000) Subject: Dependabot update X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fdependabot%2Fgithub_actions%2Factions%2Fsetup-python-7;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump actions/setup-python Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a80ea66b294..5246499f08f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -774,7 +774,7 @@ jobs: - name: make run: make -s -j4 - name: Setup Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.PYTHON }} - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 diff --git a/.github/workflows/style-checks.yml b/.github/workflows/style-checks.yml index f4d251681df..2ae0b86f08d 100644 --- a/.github/workflows/style-checks.yml +++ b/.github/workflows/style-checks.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 - name: "Get changed files" env: NUMBER: ${{ github.event.pull_request.number }}