Skip to content

Commit 4cf4b0c

Browse files
authored
Merge pull request #486 from InsightSoftwareConsortium/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents dfecbde + c3807b7 commit 4cf4b0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python 3.12
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.12'
2828
- name: Install and run black for notebooks
@@ -50,7 +50,7 @@ jobs:
5050
restore-keys: |
5151
notebook-data-${{ hashFiles('Data/manifest.json') }}
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
# on windows, the pyenchant package includes enchant

.github/workflows/scheduled_or_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- name: Set up Python 3.12
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.12'
2929
- name: Install and run black for notebooks
@@ -50,7 +50,7 @@ jobs:
5050
restore-keys: |
5151
notebook-data-${{ hashFiles('Data/manifest.json') }}
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
# on windows, the pyenchant package includes enchant

0 commit comments

Comments
 (0)