Browse Source

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 <Alexander@Kriegisch.name>
tags/V1_9_20
Alexander Kriegisch 1 year ago
parent
commit
290fcf85cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/maven.yml

+ 1
- 1
.github/workflows/maven.yml View File

@@ -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

Loading…
Cancel
Save