]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/setup-python from 4 to 5 (#1020)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 6 Dec 2023 16:20:38 +0000 (08:20 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 16:20:38 +0000 (08:20 -0800)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/python-2-2-branch.yml
.github/workflows/python-package.yml

index ac374457dfae21d520b2bd6d72609f9ae1a2b42a..33bae8a779a8a58b6afe7130fadfcfce50b517d5 100644 (file)
@@ -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
index 2c83afbf74651f6a52201446e04114083a6fa956..c2ae5a931ab0fefd4ac08964e3c23b753e99da0c 100644 (file)
@@ -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