Skip to content

Commit 5bcda06

Browse files
authored
Update prod.yml
1 parent b706e4e commit 5bcda06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prod.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Test XVFB
13-
uses: GabrielBB/xvfb-action@v1.6
13+
uses: GabrielBB/xvfb-action@v1.7
1414
with:
1515
run: echo 'Testing xvfb'
1616
- name: Test XVFB with working directory
17-
uses: GabrielBB/xvfb-action@v1.6
17+
uses: GabrielBB/xvfb-action@v1.7
1818
with:
1919
working-directory: ./node_modules
2020
run: pwd
2121
- name: Test XVFB with options
22-
uses: GabrielBB/xvfb-action@v1.6
22+
uses: GabrielBB/xvfb-action@v1.7
2323
with:
2424
options: -screen 0 1600x1200x24
2525
run: echo 'Testing xvfb'

0 commit comments

Comments
 (0)