Skip to content

Commit 5987a8d

Browse files
committed
upgrade svfb-action-v1.7
1 parent fc793fd commit 5987a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: yarn compile
3838
# https://github.com/GabrielBB/xvfb-action
3939
- name: Run headless test
40-
uses: GabrielBB/xvfb-action@v1
40+
uses: GabrielBB/xvfb-action@v1.7
4141
with:
4242
run: yarn test
4343
release:

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- run: yarn compile
4242
# https://github.com/GabrielBB/xvfb-action
4343
- name: Run headless test
44-
uses: GabrielBB/xvfb-action@v1
44+
uses: GabrielBB/xvfb-action@v1.7
4545
with:
4646
run: yarn test

0 commit comments

Comments
 (0)