Skip to content

Commit 063f0b8

Browse files
authored
Merge pull request #499 from VectorInstitute/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents b2b8bc5 + 3ac947f commit 063f0b8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
enable-cache: true
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@v6.1.0
56+
uses: actions/setup-python@v6.2.0
5757
with:
5858
python-version-file: ".python-version"
5959

.github/workflows/nnunet_smoke_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
enable-cache: true
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v6.1.0
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version-file: ".python-version"
3535

.github/workflows/publish_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
enable-cache: true
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v6.1.0
28+
uses: actions/setup-python@v6.2.0
2929
with:
3030
python-version-file: ".python-version"
3131

.github/workflows/standard_smoke_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
enable-cache: true
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v6.1.0
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version-file: ".python-version"
3535

.github/workflows/static_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6.1.0
29+
uses: actions/setup-python@v6.2.0
3030
with:
3131
python-version-file: ".python-version"
3232

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
enable-cache: true
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6.1.0
29+
uses: actions/setup-python@v6.2.0
3030
with:
3131
python-version-file: ".python-version"
3232

0 commit comments

Comments
 (0)