Skip to content

Commit 8b47db8

Browse files
authored
Merge pull request #908 from ipython/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 91e1100 + 0511d16 commit 8b47db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-ssh.yml

+1-1
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@v4
129+
uses: actions/setup-python@v5
130130
with:
131131
python-version: ${{ matrix.python }}
132132
cache: pip

0 commit comments

Comments
 (0)