Skip to content

Commit 0511d16

Browse files
authoredNov 1, 2024
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 91e1100 commit 0511d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.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)