Skip to content

Commit 44feabb

Browse files
Bump actions/setup-python from 5.1.1 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c3b17e commit 44feabb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up Python 3.10
12-
uses: actions/setup-python@v5.1.1
12+
uses: actions/setup-python@v5.3.0
1313
with:
1414
python-version: '3.10'
1515
- name: Build a binary wheel and a source tarball

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v5.1.1
15+
uses: actions/setup-python@v5.3.0
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- name: Run tests

0 commit comments

Comments
 (0)