diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index 253711e..1683f91 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -33,12 +33,12 @@ jobs: - java-version: '25' distribution: 'liberica' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: - repository: eclipse/lyo + repository: "${{ github.event.inputs.lyoRepo }}" ref: "${{ github.event.inputs.lyoBranch }}" path: lyo-trunk - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: main - name: Set up JDK ${{ matrix.java-version }}