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 01d5cde43ea Update actions/setup-python action to v6 (#3870)
01d5cde43ea is described below
commit 01d5cde43ea893c4b3b1e36392b5837f45a67a42
Author: Solr Bot <[email protected]>
AuthorDate: Sat Jan 3 00:21:12 2026 +0100
Update actions/setup-python action to v6 (#3870)
---
.github/workflows/renovate-changelog.yml | 2 +-
.../unreleased/PR#3870-update-actions-setup-python-action.yml | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/renovate-changelog.yml
b/.github/workflows/renovate-changelog.yml
index a4ccf81387c..099e1ebbc2a 100644
--- a/.github/workflows/renovate-changelog.yml
+++ b/.github/workflows/renovate-changelog.yml
@@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.SOLRBOT_GITHUB_TOKEN }}
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.x'
diff --git
a/changelog/unreleased/PR#3870-update-actions-setup-python-action.yml
b/changelog/unreleased/PR#3870-update-actions-setup-python-action.yml
new file mode 100644
index 00000000000..cccad471a9b
--- /dev/null
+++ b/changelog/unreleased/PR#3870-update-actions-setup-python-action.yml
@@ -0,0 +1,7 @@
+title: Update actions/setup-python action to v6
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#3870
+ url: https://github.com/apache/solr/pull/3870