File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,23 @@ jobs:
3838
3939 # Run tests
4040 - name : Build and Test
41- uses : GabrielBB/xvfb-action@fe2609f8182a9ed5aee7d53ff3ed04098a904df2 # v1.0
41+ uses : coactions/setup-xvfb@444ca28f4e2a202eaca29ab77fb55a5838d2f482 # v1.0.1
4242 env :
4343 NODE_OPTIONS : --max_old_space_size=16384
4444 with :
4545 run : npm run test:coverage --silent
4646
4747 # Upload coverage to codecov.io
4848 - name : Codecov
49- uses : codecov/codecov-action@07127fde53bc3ccd346d47ab2f14c390161ad108 # v1.0.12
49+ uses : codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2
5050 if : runner.os == 'Linux'
5151 with :
5252 file : ./out/coverage/coverage-final.json
5353
5454 # UI tests fail under linux
5555 # Run UI tests
5656 - name : Run UI Tests
57- uses : GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d # v1.6
57+ uses : coactions/setup-xvfb@444ca28f4e2a202eaca29ab77fb55a5838d2f482 # v1.0.1
5858 env :
5959 NODE_OPTIONS : --max_old_space_size=16384
6060 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments