Skip to content

Commit 426c2de

Browse files
committed
ci: update action release
1 parent 3a6b8e4 commit 426c2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
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)