Skip to content

Commit 0631793

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 c10f63d commit 0631793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: ${{ env.TEST_DATA_HOME }}
9494
key: data-cache-v2-${{ needs.cache-test-data.outputs.SHA }}
9595
- name: Set up Python ${{ matrix.python-version }}
96-
uses: actions/setup-python@v5
96+
uses: actions/setup-python@v6
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
- name: Display Python version

0 commit comments

Comments
 (0)