Skip to content

Commit dad59c9

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d1f909 commit dad59c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo '${{ toJson(matrix.project) }}'
5050
5151
- name: Setup Python
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@v7
5353
with:
5454
python-version-file: ${{ matrix.project.path }}
5555

0 commit comments

Comments
 (0)