From 290fcf85cf872ec1e2d305a64c1febc9058dbac1 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 4 Jan 2023 15:49:36 +0100 Subject: GitHub CI build: upgrade GabrielBB/xvfb-action to 1.6 CI builds started showing warnings as follows: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1 Signed-off-by: Alexander Kriegisch --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c1bf1b3bf..25bbb1fad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -95,6 +95,6 @@ jobs: - name: Run Tests # Tests in module ajde call Swing/AWT classes. Without frame buffer they throw # HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. - uses: GabrielBB/xvfb-action@v1 + uses: GabrielBB/xvfb-action@v1.6 with: run: ./mvnw -B --file pom.xml -Daspectj.tests.verbose=false verify -- cgit v1.2.3