Skip to content

Commit 062cd75

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#120)
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 59406d1 commit 062cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
fetch-depth: 0
114114

115115
- name: Set up Python
116-
uses: actions/setup-python@v5.4.0
116+
uses: actions/setup-python@v5.5.0
117117
if: matrix.python-version != 'system'
118118
with:
119119
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)