Skip to content

Commit 0efa493

Browse files
authored
Merge pull request #56 from SimpleITK/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 09fa531 + e273e60 commit 0efa493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333
- name: Set up Python ${{ env.PYTHON_VERSION }}
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ env.PYTHON_VERSION }}
3737
- name: Install and run black for notebooks
@@ -58,7 +58,7 @@ jobs:
5858
restore-keys: |
5959
notebook-data-${{ hashFiles('data/manifest.json') }}
6060
- name: Set up Python ${{ env.PYTHON_VERSION }}
61-
uses: actions/setup-python@v5
61+
uses: actions/setup-python@v6
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464
- name: Install enchant on non windows systems

0 commit comments

Comments
 (0)