diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index c13e0339..56c2add4 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -18,7 +18,7 @@ jobs: GITHUB_REPO: ${{ github.repository }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Setup JDK 21