diff --git a/.github/workflows/corretto.yml b/.github/workflows/corretto.yml index 0a6b6f5eae6..8fa5fc4dcfd 100644 --- a/.github/workflows/corretto.yml +++ b/.github/workflows/corretto.yml @@ -19,7 +19,7 @@ jobs: df -h - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'corretto' java-version: ${{ matrix.java }}