Skip to content

Commit 4f251cb

Browse files
Bump actions/setup-python from 6 to 7 in the gha-all group
Bumps the gha-all group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: gha-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d64a0cd commit 4f251cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v7
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)