Skip to content

Commit eb52127

Browse files
Build(deps): Bump actions/setup-python
Bumps the actions-infrastructure group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7651f27 commit eb52127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Python 3
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3
3535
- name: Display Python version
@@ -131,7 +131,7 @@ jobs:
131131
sudo apt update
132132
sudo apt install -y --no-install-recommends graphviz
133133
- name: Set up Python ${{ matrix.python-version }}
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
- name: Display Python version

0 commit comments

Comments
 (0)