This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch bump-pelican-workflows in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 87f6b914d961849862dfd97ddf970564a5959bfc Author: Jan Høydahl <[email protected]> AuthorDate: Wed May 20 10:23:16 2026 +0200 Bump pelican version in workflows to 4.12.0 --- .github/workflows/build-pelican.yml | 2 +- .github/workflows/pr-build-pelican.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index a50c3eeda..ccaaf2462 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -42,5 +42,5 @@ jobs: with: destination: ${{ github.ref == 'refs/heads/production' && 'asf-site' || 'asf-staging' }} gfm: 'false' - version: '4.11.0.post0' + version: '4.12.0' requirements: 'requirements.txt' \ No newline at end of file diff --git a/.github/workflows/pr-build-pelican.yml b/.github/workflows/pr-build-pelican.yml index 05defc88c..eeb448f92 100644 --- a/.github/workflows/pr-build-pelican.yml +++ b/.github/workflows/pr-build-pelican.yml @@ -29,7 +29,7 @@ jobs: uses: apache/infrastructure-actions/pelican@4deec7dce934d27491a0b1a8216f8d292548f7a4 # main 2025-04-13 with: gfm: 'false' - version: '4.11.0.post0' + version: '4.12.0' publish: 'false' debug: 'false' requirements: 'requirements.txt' \ No newline at end of file
