Skip to content

Commit 3c57c66

Browse files
Bump actions/setup-python from 6.2.0 to 6.3.0 (#189)
* Bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update make-release.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: alan-george-lk <alan.george@livekit.io>
1 parent 6e5a86c commit 3c57c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
252252
# ---------- Verify exported ABI: no third-party symbol leaks ----------
253253
- name: Setup Python
254-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.0.0
254+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
255255
with:
256256
python-version: '3.x'
257257

0 commit comments

Comments
 (0)