Merge pull request #18 from cccb/dependabot/github_actions/staging/actions/setup-python-5

gh-action: bump actions/setup-python from 4 to 5
This commit is contained in:
Daniel Molkentin 2024-02-21 19:19:26 +01:00 committed by GitHub
commit 89d385f566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
- name: Install dependencies