From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:20:38 +0000 (-0800) Subject: Bump actions/setup-python from 4 to 5 (#1020) X-Git-Tag: v2.5.0rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860ba4dee00b62f93f84c509f287e423bbebadc5;p=thirdparty%2Fdnspython.git Bump actions/setup-python from 4 to 5 (#1020) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python 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/python-2-2-branch.yml b/.github/workflows/python-2-2-branch.yml index ac374457..33bae8a7 100644 --- a/.github/workflows/python-2-2-branch.yml +++ b/.github/workflows/python-2-2-branch.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2c83afbf..c2ae5a93 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} allow-prereleases: true