Skip to content

Commit c4ac28b

Browse files
Bump actions/setup-python in the github-actions group (#206)
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@39cd149...f677139) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08702a9 commit c4ac28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
ref: ${{ github.event.inputs.tag }}
150150

151151
- name: Set up Python
152-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
152+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155
architecture: ${{ matrix.architecture }}
@@ -223,7 +223,7 @@ jobs:
223223
--candidate=100)" >> $GITHUB_ENV
224224
225225
- name: Set up Python
226-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
226+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
227227

228228
- name: Set up setuptools
229229
run: |

0 commit comments

Comments
 (0)