diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffaa149..8a181de 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@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Validate Gradle Wrapper