Skip to content

Commit 0bcf839

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 936d784 commit 0bcf839

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "📥 Check-out"
1717
uses: actions/checkout@v3
1818
- name: "🧰 Install Python"
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python }}
2222
cache: pip
@@ -65,7 +65,7 @@ jobs:
6565
- name: "📥 Check-out"
6666
uses: actions/checkout@v3
6767
- name: "🧰 Install Python"
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: ${{ matrix.python }}
7171
cache: pip
@@ -89,7 +89,7 @@ jobs:
8989
- name: "📥 Check-out"
9090
uses: actions/checkout@v3
9191
- name: "🧰 Install Python"
92-
uses: actions/setup-python@v4
92+
uses: actions/setup-python@v5
9393
with:
9494
python-version: ${{ matrix.python }}
9595
cache: pip
@@ -116,7 +116,7 @@ jobs:
116116
- name: "📥 Check-out"
117117
uses: actions/checkout@v3
118118
- name: "🧰 Install Python"
119-
uses: actions/setup-python@v4
119+
uses: actions/setup-python@v5
120120
with:
121121
python-version: ${{ matrix.python }}
122122
cache: pip
@@ -146,7 +146,7 @@ jobs:
146146
- name: "📥 Check-out"
147147
uses: actions/checkout@v3
148148
- name: "🧰 Install Python"
149-
uses: actions/setup-python@v4
149+
uses: actions/setup-python@v5
150150
with:
151151
python-version: ${{ matrix.python }}
152152
cache: pip
@@ -179,7 +179,7 @@ jobs:
179179
- name: "📥 Check-out"
180180
uses: actions/checkout@v3
181181
- name: "🧰 Install Python"
182-
uses: actions/setup-python@v4
182+
uses: actions/setup-python@v5
183183
with:
184184
python-version: ${{ matrix.python }}
185185
cache: pip

0 commit comments

Comments
 (0)