From ffe36a7b6bdd9fa480eee9c002dac2102c0f03ea Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:52:55 +1000 Subject: [PATCH] Update aganders/headless-gui@v2 (silence nodejs warnings on github actions) Reference: https://github.com/aganders3/headless-gui/issues/10 --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 84dc813..d5133de 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -54,7 +54,7 @@ jobs: run: pip install tox-conda tox-gh-actions - name: Test with tox - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: run: python -m tox -vv env: