Skip to content

Commit fc03c6d

Browse files
renovate-botrenovate[bot]
authored andcommittedJun 15, 2022
Update GabrielBB/xvfb-action action to v1.6
1 parent 8e3e699 commit fc03c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
npm install --legacy-peer-deps
394394
395395
- name: electron test
396-
uses: GabrielBB/xvfb-action@v1.5
396+
uses: GabrielBB/xvfb-action@v1.6
397397
with:
398398
working-directory: ./examples/electron
399399
run: npm run test
@@ -404,7 +404,7 @@ jobs:
404404
npm install --legacy-peer-deps
405405
406406
- name: electron-remote test
407-
uses: GabrielBB/xvfb-action@v1.5
407+
uses: GabrielBB/xvfb-action@v1.6
408408
with:
409409
working-directory: ./examples/electron-remote
410410
run: npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.