diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9093b7e..d7b87a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Validate Gradle Wrapper