From d3df7965e5c37d6514182929022e2d82139b919a Mon Sep 17 00:00:00 2001 From: fedejeanne <2205684+fedejeanne@users.noreply.github.com> Date: Mon, 13 May 2024 09:16:53 +0200 Subject: [PATCH] Update coactions to use Node 20 Use the commit indicated in https://github.com/coactions/setup-xvfb/issues/29#issuecomment-2100951480 --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c0d24b9ccfb..78b1438852d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -60,7 +60,7 @@ jobs: with: maven-version: 3.9.6 - name: Build with Maven - uses: coactions/setup-xvfb@90473c3ebc69533a1a6e0505c36511b69c8c3135 # v1.0.1 + uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a with: run: >- mvn --batch-mode -V -U -e @@ -76,7 +76,7 @@ jobs: clean install - name: Performance tests if: contains(github.event.pull_request.labels.*.name, 'performance') - uses: coactions/setup-xvfb@90473c3ebc69533a1a6e0505c36511b69c8c3135 # v1.0.1 + uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a with: run: >- mvn --batch-mode -V -U -e