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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 0e458a7dcf23231f0f584e8b201057788893f205
Merge: 1a7d2e975 4e8336e6d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 19 06:31:45 2025 -0400

    Merge pull request #245 from 
apache/dependabot/github_actions/actions/setup-java-5
    
    Bump actions/setup-java from 4 to 5

 .github/workflows/pages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc .github/workflows/pages.yml
index 84d926c4f,7692675af..3acb09fd9
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@@ -46,10 -46,10 +46,10 @@@ jobs
      runs-on: ubuntu-latest
      steps:
        - name: Checkout
 -        uses: actions/checkout@v4
 +        uses: actions/checkout@v5
  
        - name: Set up JDK 17
-         uses: actions/setup-java@v4
+         uses: actions/setup-java@v5
          with:
            java-version: '17'
            distribution: 'temurin'

Reply via email to