diff options
| author | Hank <hank@mullvad.net> | 2022-10-14 10:58:31 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-11-07 13:44:20 +0100 |
| commit | 192860b68776bd38e9fec5a03e17eceeeb5a41c5 (patch) | |
| tree | e1fc8674a1a09229531fb8783d88f6a0c73879f7 /.github | |
| parent | dc600ecd8c2e3bc29714e65285dcdf4584fc3cec (diff) | |
| download | mullvadvpn-192860b68776bd38e9fec5a03e17eceeeb5a41c5.tar.xz mullvadvpn-192860b68776bd38e9fec5a03e17eceeeb5a41c5.zip | |
Update actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/frontend.yml | 4 |
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 |
