This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c52783bc78 Update Grails GitHub Actions and Gradle Plugin versions
7c52783bc78 is described below

commit 7c52783bc7825476705f5bcd6f004c5305b7e7da
Author: James Fredley <[email protected]>
AuthorDate: Sun Oct 12 17:05:37 2025 -0400

    Update Grails GitHub Actions and Gradle Plugin versions
---
 .../groovy/org/grails/documentation/DownloadPage.groovy    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index eef03ece614..4f17556ecc2 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -39,7 +39,7 @@ class DownloadPage {
         String redisVersion = '5.0.0-RC2'
         String quartzVersion = '4.0.0-RC2'
         String springSecurityVersion = '7.0.0-RC2'
-        String grailsGithubActionsVersion = '1.0.0'
+        String grailsGithubActionsVersion = '1.0.1'
         String grailsGradlePublishVersion = '0.0.1'
 
         StringWriter writer = new StringWriter()
@@ -85,14 +85,14 @@ class DownloadPage {
                                 a(href: sourceUrl(quartzVersion, 
'grails-quartz', '.asc', 'quartz'), 'ASC')
                             }
                             li {
-                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '', 'actions'), "Grails GitHub Actions 
${grailsGithubActionsVersion} Source")
-                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '.sha512', 'actions'), 'SHA512')
-                                a(href: sourceUrl(quartzVersion, 
'grails-github-actions', '.asc', 'actions'), 'ASC')
+                                a(href: sourceUrl(grailsGithubActionsVersion, 
'grails-github-actions', '', 'actions'), "Grails GitHub Actions 
${grailsGithubActionsVersion} Source")
+                                a(href: sourceUrl(grailsGithubActionsVersion, 
'grails-github-actions', '.sha512', 'actions'), 'SHA512')
+                                a(href: sourceUrl(grailsGithubActionsVersion, 
'grails-github-actions', '.asc', 'actions'), 'ASC')
                             }
                             li {
-                                a(href: sourceUrl(quartzVersion, 
'grails-publish', '', 'grails-publish'), "Grails Publish Gradle Plugin 
${grailsGradlePublishVersion} Source")
-                                a(href: sourceUrl(quartzVersion, 
'grails-publish', '.sha512', 'grails-publish'), 'SHA512')
-                                a(href: sourceUrl(quartzVersion, 
'grails-publish', '.asc', 'grails-publish'), 'ASC')
+                                a(href: sourceUrl(grailsGradlePublishVersion, 
'grails-publish', '', 'grails-publish'), "Grails Publish Gradle Plugin 
${grailsGradlePublishVersion} Source")
+                                a(href: sourceUrl(grailsGradlePublishVersion, 
'grails-publish', '.sha512', 'grails-publish'), 'SHA512')
+                                a(href: sourceUrl(grailsGradlePublishVersion, 
'grails-publish', '.asc', 'grails-publish'), 'ASC')
                             }
                         } else {
                             li {

Reply via email to