Skip to content

Commit ee4dac6

Browse files
gha: bump actions/setup-python from 5.5.0 to 5.6.0 (#134)
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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2331ac2 commit ee4dac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/[email protected]
4848

4949
- name: Set up Python 3
50-
uses: actions/setup-python@v5.5.0
50+
uses: actions/setup-python@v5.6.0
5151
with:
5252
python-version: '3.12'
5353
cache: 'pip'
@@ -117,7 +117,7 @@ jobs:
117117
path: cpython/Doc/locales
118118

119119
- name: Set up Python 3
120-
uses: actions/setup-python@v5.5.0
120+
uses: actions/setup-python@v5.6.0
121121
with:
122122
python-version: '3.12'
123123
cache: 'pip'
@@ -249,7 +249,7 @@ jobs:
249249
path: ${{ matrix.branch.prev }}
250250

251251
- name: Set up Python 3
252-
uses: actions/setup-python@v5.5.0
252+
uses: actions/setup-python@v5.6.0
253253
with:
254254
python-version: '3.12'
255255
cache: 'pip'

.github/workflows/updpyver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Set up Python 3
34-
uses: actions/setup-python@v5.5.0
34+
uses: actions/setup-python@v5.6.0
3535
with:
3636
python-version: '3'
3737
cache: 'pip'

0 commit comments

Comments
 (0)