diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index e8bdc9a..32c69ae 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -21,10 +21,10 @@ jobs: python-version: ['3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -49,7 +49,7 @@ jobs: # this runs the platform-specific tests declared in tox.ini - name: Test with tox - uses: aganders3/headless-gui@v1 + uses: GabrielBB/xvfb-action@v1 # aganders3/headless-gui@v1 with: run: python -m tox env: