Skip to content

Commit

Permalink
fix(deps): bump MatteoH2O1999/setup-python from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [MatteoH2O1999/setup-python](https://github.com/matteoh2o1999/setup-python) from 4 to 5.
- [Release notes](https://github.com/matteoh2o1999/setup-python/releases)
- [Commits](MatteoH2O1999/setup-python@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MatteoH2O1999 committed Dec 13, 2024
1 parent c283713 commit fe2d141
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: MatteoH2O1999/setup-python@v4
uses: MatteoH2O1999/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-build: info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Setup Python ${{ inputs.python-version }}
uses: MatteoH2O1999/setup-python@v4
uses: MatteoH2O1999/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
allow-build: info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python 3.8
uses: MatteoH2O1999/setup-python@v4
uses: MatteoH2O1999/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: MatteoH2O1999/setup-python@v4
uses: MatteoH2O1999/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: MatteoH2O1999/setup-python@v4
uses: MatteoH2O1999/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit fe2d141

Please sign in to comment.