Skip to content

Commit e29c0fd

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#277)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 515625c commit e29c0fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/[email protected]
106106

107107
- name: Set up Python
108-
uses: actions/setup-python@v5.5.0
108+
uses: actions/setup-python@v5.6.0
109109
with:
110110
# Appending -dev ensures that we can always build the dev release.
111111
# It's a no-op for versions that have been published.

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Set up Python environment
14-
uses: actions/setup-python@v5.5.0
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: "3.X"
1717

0 commit comments

Comments
 (0)