diff --git a/.github/workflows/Dev-CI.yml b/.github/workflows/Dev-CI.yml index ecba5ee..93f2b07 100644 --- a/.github/workflows/Dev-CI.yml +++ b/.github/workflows/Dev-CI.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/Dev.yml b/.github/workflows/Dev.yml index 87df561..8cc19b5 100644 --- a/.github/workflows/Dev.yml +++ b/.github/workflows/Dev.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin'