Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit c4e30d10 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

chore(deps): bump actions/setup-python from 3 to 4 (#39)

* chore(deps): bump actions/setup-python from 3 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4

)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* Update .github/workflows/wheels.yml

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarHenry Schreiner <HenrySchreinerIII@gmail.com>
parent 32a61ced
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-python@v3 - uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
......
...@@ -67,7 +67,9 @@ jobs: ...@@ -67,7 +67,9 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published' if: github.event_name == 'release' && github.event.action == 'published'
steps: steps:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment