This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 378cb7b6b7a Update actions/setup-python action to v6.3.0 (#4565)
378cb7b6b7a is described below
commit 378cb7b6b7aef92c8822323a5d6add27154eb827
Author: Solr Bot <[email protected]>
AuthorDate: Mon Jun 29 02:17:25 2026 +0200
Update actions/setup-python action to v6.3.0 (#4565)
---
.github/workflows/renovate-changelog-prepare.yml | 2 +-
.../unreleased/PR#4565-update-actions-setup-python-action.yml | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/renovate-changelog-prepare.yml
b/.github/workflows/renovate-changelog-prepare.yml
index aa688a4d1e2..52b3b572203 100644
--- a/.github/workflows/renovate-changelog-prepare.yml
+++ b/.github/workflows/renovate-changelog-prepare.yml
@@ -38,7 +38,7 @@ jobs:
repository: ${{ github.repository }}
- name: Set up Python
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #
v6.2.0
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 #
v6.3.0
with:
python-version: '3.x'
diff --git
a/changelog/unreleased/PR#4565-update-actions-setup-python-action.yml
b/changelog/unreleased/PR#4565-update-actions-setup-python-action.yml
new file mode 100644
index 00000000000..e6d28e22b90
--- /dev/null
+++ b/changelog/unreleased/PR#4565-update-actions-setup-python-action.yml
@@ -0,0 +1,7 @@
+title: Update actions/setup-python action to v6.3.0
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4565
+ url: https://github.com/apache/solr/pull/4565