From 9ed479b3226f21d9344685deb161850f448bc0ce Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 14:29:05 +0100 Subject: [PATCH] Upgrade checkout action from v4 to v6 --- .github/workflows/maven-acceptance-manual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}