Skip to content

Commit a95eeb8

Browse files
authored
Merge pull request #856 from ipython/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c1e6b5c + 04f10dc commit a95eeb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-python@v4
26+
- uses: actions/setup-python@v5
2727
with:
2828
python-version: 3.8
2929

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# commit with the main branch and previous releases.
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-python@v4
28+
- uses: actions/setup-python@v5
2929
with:
3030
python-version: "3.10"
3131

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Install Python ${{ matrix.python }}
113113
if: ${{ matrix.cluster_type != 'mpi' }}
114-
uses: actions/setup-python@v4
114+
uses: actions/setup-python@v5
115115
with:
116116
python-version: ${{ matrix.python }}
117117

0 commit comments

Comments
 (0)