Merge pull request #95 from Crocmagnon/dependabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
Gabriel Augendre 2024-01-20 09:35:05 +01:00 committed by GitHub
commit dd83367d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'

View file

@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip

View file

@ -21,7 +21,7 @@ jobs:
with:
ref: master
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip