Skip to content

Commit

Permalink
Update coactions to use Node 20
Browse files Browse the repository at this point in the history
Use the commit indicated in
coactions/setup-xvfb#29 (comment)
  • Loading branch information
fedejeanne committed May 13, 2024
1 parent 07b1160 commit d3df796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d3df796

Please sign in to comment.