Skip to content

Commit 587fcb9

Browse files
build(deps): Bump actions/setup-python from 5 to 6 in the ci-cd group
Bumps the ci-cd 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: ci-cd ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f131157 commit 587fcb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ env.PYTHON_VERSION }}
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# The default GITHUB_TOKEN does not trigger downstream workflows.
3636
token: ${{ secrets.RELEASE_TOKEN }}
3737

38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141

0 commit comments

Comments
 (0)