Skip to content

Commit f67a740

Browse files
committed
adjust pipelines, to use python 3.9 instead of python 3.8
1 parent c922caa commit f67a740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222
- name: Push tag for each updated package
2323
env:
2424
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222
- name: Poetry Python dependeny updater
2323
env:
2424
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)