Skip to content

Commit db04fbd

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

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.4.0
108+
uses: actions/setup-python@v5.5.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.4.0
14+
uses: actions/setup-python@v5.5.0
1515
with:
1616
python-version: "3.X"
1717

0 commit comments

Comments
 (0)