diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10f8f47..e8bde83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,13 +16,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull Request Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} if: github.head_ref != '' - name: Push Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: github.head_ref == '' - name: Set up JDK uses: actions/setup-java@v4