Bump actions/setup-python from 5 to 6 (#38)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a591c863c7
commit
c8502837c8
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
ninja -C ../build install
|
ninja -C ../build install
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3
|
python-version: 3
|
||||||
- name: "Python: Install dependencies"
|
- name: "Python: Install dependencies"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user