]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/setup-python from 4 to 5 (#10737)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Dec 2023 09:52:38 +0000 (10:52 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 8 Dec 2023 09:53:20 +0000 (10:53 +0100)
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>
(cherry picked from commit 9adf8ab1bb72253ac15d516e4a259aa88176d92f)

.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index b5c0126be682fe2c83a340291904b4aa203f17df..4e242599fe43a94310fe91ac5c5ed25786d8de20 100644 (file)
@@ -82,7 +82,7 @@ jobs:
 
 
       - name: Set up Python for twine and pure-python wheel
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: "3.11"
 
index c19e7a59018880ed11bc00867e7eb182f13d2789..0790c79330447ba8caa8e604f0b53c03e1c93b2e 100644 (file)
@@ -40,7 +40,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -75,7 +75,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
index fa2fa54f2ea5b51dabcc75275c59453b84d771f5..6eae9e8bc72fd87041e112160386b5db0c131d3d 100644 (file)
@@ -72,7 +72,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -171,7 +171,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}