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:
commit
89d385f566
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue