From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:46:38 +0000 (+0100) Subject: Bump actions/setup-python from 5 to 6 (#1) X-Git-Tag: v0.0.1~12 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=2cf67f04f4a28b9edf5549542b07542c89f20d25;p=network-manager.git Bump actions/setup-python from 5 to 6 (#1) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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 36ef4f8..36b596b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip'