Skip to content

Commit 37e88c4

Browse files
committed
some updates
1 parent c744c6e commit 37e88c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check_harvest_source_duplicates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v3
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.12
1515
uses: actions/setup-python@v1
16-
with: { python-version: 3.8 }
16+
with: { python-version: 3.12 }
1717
- name: Install pip and pipenv
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/check_org_duplicates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.12
1515
uses: actions/setup-python@v1
16-
with: { python-version: 3.8 }
16+
with: { python-version: 3.12 }
1717
- name: Install pip and pipenv
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/run_dedupe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ jobs:
161161
steps:
162162
- name: checkout
163163
uses: actions/checkout@v2
164-
- name: Set up Python 3.8
164+
- name: Set up Python 3.12
165165
uses: actions/setup-python@v1
166-
with: { python-version: 3.8 }
166+
with: { python-version: 3.12 }
167167
- name: Install pip and pipenv
168168
run: |
169169
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)