jdaugherty commented on code in PR #15:
URL: 
https://github.com/apache/grails-gradle-publish/pull/15#discussion_r2430102055


##########
.github/workflows/release.yaml:
##########
@@ -402,30 +362,27 @@ jobs:
       contents: write # required gh-pages update
     steps:
       - name: "📥 Checkout repository"
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           token: ${{ secrets.GITHUB_TOKEN }} # This should not be needed as 
${{ github.token }} is the default, but there have been issues with it.
-          fetch-depth: 0 # need the full history to find all tags
-          ref: v${{ needs.publish.outputs.release_version }}
+          fetch-depth: 0 # need the full history to find all tags - 🤔 why?
       - name: "📅 Ensure Common Build Date" # to ensure a reproducible build
         run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> 
"$GITHUB_ENV"
       - name: "☕️ Setup JDK"
-        uses: actions/setup-java@v4
+        uses: actions/setup-java@v5
         with:
           java-version: 17
           distribution: liberica
       - name: "🐘 Setup Gradle"
-        uses: gradle/actions/setup-gradle@v4
+        uses: gradle/actions/setup-gradle@v5

Review Comment:
   I thought the gradle v5 version was specific to gradle 9 support.  Does it 
work with earlier versions? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to