Skip to content

Commit ec01af7

Browse files
Bump actions/setup-python from 6 to 7 in the github-actions group
Bumps the github-actions 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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 356899b commit ec01af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v7
3030
- name: Set up Python
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v7
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: 'pip'

0 commit comments

Comments
 (0)