From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:38:48 +0000 (+0200) Subject: Bump actions/setup-python from 6 to 7 (#15) X-Git-Tag: v0.0.2~2 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=19ffa61fba01ecf6862597c52cd7f6c26f157c92;p=network-manager.git Bump actions/setup-python from 6 to 7 (#15) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0eb332..0ca59a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 - name: 🐍 Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: pip