apupier commented on code in PR #8737:
URL: https://github.com/apache/camel-quarkus/pull/8737#discussion_r3363267031


##########
.github/workflows/pr-validate.yml:
##########
@@ -82,10 +85,30 @@ jobs:
       with:
         distribution: 'temurin'
         java-version: '17'
+    - name: Get Atlassian dependency version
+      id: atlassian-version
+      run: |
+        JIRA_VERSION=$(./mvnw help:evaluate 
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
+        echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
+    - name: Restore Atlassian Maven Cache
+      uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4.4.0

Review Comment:
   seems to have a more recent version 
https://github.com/actions/cache/releases/tag/v5.0.5 (but will be updated by 
dependabot anyway)



-- 
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