summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/frontend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 37518bb50e..b24cc942db 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup volta
uses: volta-cli/action@v4
@@ -48,7 +48,7 @@ jobs:
run: npm run build
- name: Run headless test
- uses: GabrielBB/xvfb-action@v1
+ uses: GabrielBB/xvfb-action@v1.6
with:
working-directory: gui
run: npm test