Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit b4f07a3

Browse files
dependabot[bot]sergeyklay
authored andcommitted
ci: bump actions/setup-python from 5.4.0 to 5.5.0
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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9266f91 commit b4f07a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set up Python ${{ matrix.python }}
4343
id: setup-python
44-
uses: actions/setup-python@v5.4.0
44+
uses: actions/setup-python@v5.5.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Set up Python ${{ matrix.python }}
5050
id: setup-python
51-
uses: actions/setup-python@v5.4.0
51+
uses: actions/setup-python@v5.5.0
5252
with:
5353
python-version: ${{ matrix.python }}
5454

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Set up Python 3.10
31-
uses: actions/setup-python@v5.4.0
31+
uses: actions/setup-python@v5.5.0
3232
with:
3333
python-version: '3.13'
3434

0 commit comments

Comments
 (0)