Skip to content

Commit fd76d82

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#89)
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 64bae18 commit fd76d82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
- name: Set up Python
3232
id: python
33-
uses: actions/setup-python@v5.5.0
33+
uses: actions/setup-python@v5.6.0
3434
with:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636
- name: Restore Python virtual environment
@@ -73,7 +73,7 @@ jobs:
7373
- name: Check out code from GitHub
7474
uses: actions/[email protected]
7575
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
76-
uses: actions/setup-python@v5.5.0
76+
uses: actions/setup-python@v5.6.0
7777
id: python
7878
with:
7979
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -119,7 +119,7 @@ jobs:
119119
- name: Check out code from GitHub
120120
uses: actions/[email protected]
121121
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
122-
uses: actions/setup-python@v5.5.0
122+
uses: actions/setup-python@v5.6.0
123123
id: python
124124
with:
125125
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -165,7 +165,7 @@ jobs:
165165
- name: Check out code from GitHub
166166
uses: actions/[email protected]
167167
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
168-
uses: actions/setup-python@v5.5.0
168+
uses: actions/setup-python@v5.6.0
169169
id: python
170170
with:
171171
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -254,7 +254,7 @@ jobs:
254254
- name: Check out code from GitHub
255255
uses: actions/[email protected]
256256
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
257-
uses: actions/setup-python@v5.5.0
257+
uses: actions/setup-python@v5.6.0
258258
id: python
259259
with:
260260
python-version: ${{ needs.prepare.outputs.python-version }}
@@ -305,7 +305,7 @@ jobs:
305305
- name: Check out code from GitHub
306306
uses: actions/[email protected]
307307
- name: Set up Python ${{ needs.prepare.outputs.python-version }}
308-
uses: actions/setup-python@v5.5.0
308+
uses: actions/setup-python@v5.6.0
309309
id: python
310310
with:
311311
python-version: ${{ needs.prepare.outputs.python-version }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
fi
4242
- name: Set up Python ${{ env.PYTHON_VERSION }}
43-
uses: actions/setup-python@v5.5.0
43+
uses: actions/setup-python@v5.6.0
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646
- name: Install build

0 commit comments

Comments
 (0)