Skip to content

Commit 5138827

Browse files
committed
ci: update action release
1 parent de0aa0d commit 5138827

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
@@ -52,12 +52,12 @@ jobs:
5252
- name: Test Syntax Highlighting
5353
run: npm run test:grammar
5454
- name: Test Unittests
55-
uses: GabrielBB/xvfb-action@v1
55+
uses: GabrielBB/xvfb-action@v1.6
5656
with:
5757
run: npm run test
5858
# This will not fail the job if tests fail so we have to npm test separately
5959
- name: Coverage report
60-
uses: GabrielBB/xvfb-action@v1
60+
uses: GabrielBB/xvfb-action@v1.6
6161
with:
6262
run: npm run coverage
6363
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)