Skip to content

Commit cd1716a

Browse files
GitHub Action: Bump actions/setup-python
Bumps the all-actions-dependencies group with 1 update in the / directory: [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: all-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d625b3c commit cd1716a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
owner: ${{ github.repository_owner }}
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@v6
47+
uses: actions/setup-python@v7
4848
with:
4949
python-version: 3.12
5050
cache: 'pip'

.github/workflows/validate-kek-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # Need full history to compare with base branch
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v7
3333
with:
3434
python-version: 3.12
3535
cache: 'pip'

0 commit comments

Comments
 (0)