From e52ce8c05002135f35c047f481e0275ca1919a63 Mon Sep 17 00:00:00 2001 From: Roland Schmid Date: Mon, 20 Nov 2023 17:59:07 +0100 Subject: [PATCH] switch xvfb to coactions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9abbf4c..543e9ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: sudo apt-get install -y meld - name: Run headless check - uses: GabrielBB/xvfb-action@v1 + uses: coactions/setup-xvfb@v1 with: run: | Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning')"