Skip to content

Commit 704d8cd

Browse files
Merge pull request #17 from CodeforLeipzig/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents ef913c5 + dcb8272 commit 704d8cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
environment: scrape_papers_envs
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.11'
1616
cache: 'pip'

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment: scrape_papers_envs
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.11'
3232
cache: 'pip'

0 commit comments

Comments
 (0)