Skip to content

Commit 40bd913

Browse files
authored
Merge pull request #950 from ipython/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 7db4a73 + 28da0e4 commit 40bd913

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-22.04
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.11
2929
cache: pip

.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@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.10"
3131

.github/workflows/test-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
docker run ipyparallel-sshd ping -n 1 $env:computername
127127
128128
- name: Install Python ${{ matrix.python }}
129-
uses: actions/setup-python@v5
129+
uses: actions/setup-python@v6
130130
with:
131131
python-version: ${{ matrix.python }}
132132
cache: pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Install Python ${{ matrix.python }}
107107
if: ${{ matrix.cluster_type != 'mpi' }}
108-
uses: actions/setup-python@v5
108+
uses: actions/setup-python@v6
109109
with:
110110
python-version: ${{ matrix.python }}
111111

0 commit comments

Comments
 (0)