Skip to content

Commit

Permalink
Bump MatteoH2O1999/setup-python from 3.2.1 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [MatteoH2O1999/setup-python](https://github.com/matteoh2o1999/setup-python) from 3.2.1 to 4.1.1.
- [Release notes](https://github.com/matteoh2o1999/setup-python/releases)
- [Commits](MatteoH2O1999/setup-python@v3.2.1...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 2caacec commit 9845cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Set up Python
# setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python
uses: MatteoH2O1999/setup-python@v3.2.1
uses: MatteoH2O1999/setup-python@v4.1.1
with:
python-version: ${{ matrix.python-version }}
allow-build: info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set up Python
# setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python
uses: MatteoH2O1999/setup-python@v3.2.1
uses: MatteoH2O1999/setup-python@v4.1.1
with:
python-version: ${{ matrix.python-version }}
allow-build: info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set up Python
# setup-python stopped supporting Python 2.7, use https://github.com/MatteoH2O1999/setup-python
uses: MatteoH2O1999/setup-python@v3.2.1
uses: MatteoH2O1999/setup-python@v4.1.1
with:
python-version: ${{ matrix.python-version }}
allow-build: info
Expand Down

0 comments on commit 9845cdd

Please sign in to comment.