Skip to content

Commit

Permalink
build(deps): Bump actions/setup-python from 4.7.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v5.1.0)

---
updated-dependencies:
- dependency-name: actions/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 Jun 1, 2024
1 parent 5fbc11a commit 093b7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
with:
submodules: true
- name: Set up Python 3.x
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.x
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true
- name: Set up Python 3.9
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: true
- name: Set up Python 3.x
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.x
- name: Set up QEMU
Expand Down

0 comments on commit 093b7d8

Please sign in to comment.