Update Python version to 3.12 in workflow files
This commit is contained in:
2
.github/workflows/cron_anilist.yml
vendored
2
.github/workflows/cron_anilist.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.12"
|
||||
cache: "pip" # caching pip dependencies
|
||||
|
||||
- name: Install Pip dependencies
|
||||
|
||||
2
.github/workflows/cron_replay.yml
vendored
2
.github/workflows/cron_replay.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.12"
|
||||
cache: "pip" # caching pip dependencies
|
||||
|
||||
- name: Install Pip dependencies
|
||||
|
||||
2
.github/workflows/cron_webmentions.yml
vendored
2
.github/workflows/cron_webmentions.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.12"
|
||||
cache: "pip" # caching pip dependencies
|
||||
|
||||
- name: Install Pip dependencies
|
||||
|
||||
2
.github/workflows/cron_weekly.yml
vendored
2
.github/workflows/cron_weekly.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.12"
|
||||
cache: "pip" # caching pip dependencies
|
||||
|
||||
- name: Install Pip dependencies
|
||||
|
||||
Reference in New Issue
Block a user