diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-03-30 11:09:02 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-06-24 13:10:46 +0700 |
commit | 7618d3dea8bcb1e3a9bfd2ab67fe8f4d55db874b (patch) | |
tree | f70dcc03ce91581782af791a6cd8167a08cccca3 | |
parent | e0534cb48581c0c3edfbc6c32a5126870fee62bd (diff) | |
download | aspectj-7618d3dea8bcb1e3a9bfd2ab67fe8f4d55db874b.tar.gz aspectj-7618d3dea8bcb1e3a9bfd2ab67fe8f4d55db874b.zip |
Switch CI build to coactions/setup-xvfb
GabrielBB/xvfb-action is no longer maintained and points to
coactions/setup-xvfb. The switch should eliminate this warning in CI
builds:
Node.js 12 actions are deprecated. Please update the following actions
to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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 9e6a42bd1..cd1d223d4 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.6 + uses: coactions/setup-xvfb@v1.0.1 with: run: ./mvnw -B --file pom.xml -Daspectj.tests.verbose=false verify |