Skip to content

Commit d444a6f

Browse files
authored
Merge pull request #38 from JuliaHEP/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 73bc2e5 + 3f4a917 commit d444a6f

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@v5
62+
uses: actions/setup-python@v6
6363
- name: Install dependencies
6464
run: |
6565
python -m pip install jupyter nbconvert

0 commit comments

Comments
 (0)