Skip to content

Commit

Permalink
Merge pull request #17 from CodeforLeipzig/renovate/actions-setup-pyt…
Browse files Browse the repository at this point in the history
…hon-5.x

Update actions/setup-python action to v5
  • Loading branch information
joergreichert authored Dec 9, 2023
2 parents ef913c5 + dcb8272 commit 704d8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
environment: scrape_papers_envs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
environment: scrape_papers_envs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down

0 comments on commit 704d8cd

Please sign in to comment.