Skip to content

Commit c9f714e

Browse files
committed
ci: update action release
1 parent 5bfe588 commit c9f714e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- name: Test Syntax Highlighting
4343
run: npm run test:grammar
4444
- name: Test Unittests
45-
uses: GabrielBB/xvfb-action@v1
45+
uses: GabrielBB/xvfb-action@v1.6
4646
with:
4747
run: npm run test
4848
# This will not fail the job if tests fail so we have to npm test separately
4949
- name: Coverage report
50-
uses: GabrielBB/xvfb-action@v1
50+
uses: GabrielBB/xvfb-action@v1.6
5151
with:
5252
run: npm run coverage
5353
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)