Skip to content

Commit 147bb01

Browse files
authored
Merge pull request #393 from datalad/dependabot/github_actions/actions/setup-python-6
[gh-actions](deps): Bump actions/setup-python from 5 to 6
2 parents b42d0fd + 6d09572 commit 147bb01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 1
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.9'
1818

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Set up Python 3.9
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: '3.9'
3838
- name: Install dependencies

.github/workflows/type_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0 # Tags are needed to install DL-Registry
12-
- uses: actions/setup-python@v5
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: '3.9'
1515
- name: Install dependencies and project

0 commit comments

Comments
 (0)