diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-04 15:49:36 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-01-04 15:49:36 +0100 |
commit | 290fcf85cf872ec1e2d305a64c1febc9058dbac1 (patch) | |
tree | ff77e27f97369228cce714a22c9ef56e9531dfce | |
parent | 0ea66aedba0ab3c275255a64f1f5d76c2f39ce1f (diff) | |
download | aspectj-290fcf85cf872ec1e2d305a64c1febc9058dbac1.tar.gz aspectj-290fcf85cf872ec1e2d305a64c1febc9058dbac1.zip |
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>
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |