diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dcd4339..e2c2567 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: USER_PWD: ${{ secrets.SONATYPE_PWD }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up JDK 17