Skip to content

Commit c715fa4

Browse files
dependabot[bot]oschulz
authored andcommitted
Bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 004f792 commit c715fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
version: '1'
6161
- name: Set up Python
62-
uses: actions/setup-python@v3
62+
uses: actions/setup-python@v5
6363
- name: Install dependencies
6464
run: |
6565
python -m pip install jupyter nbconvert

0 commit comments

Comments
 (0)