Skip to content

Commit 1fa1e8e

Browse files
dependabot[bot]okurz
authored andcommitted
Bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd6c58d commit 1fa1e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5.0.0
31+
uses: actions/setup-python@v5.1.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies

0 commit comments

Comments
 (0)