From fee43884fd87285d081233339d22abf1b518f765 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Tue, 9 Jul 2024 13:14:38 +0100 Subject: [PATCH] Update compile-css.yaml Update workflow to use v4 actions and ubuntu-latest instead of deprecated macOS-11 --- .github/workflows/compile-css.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-css.yaml b/.github/workflows/compile-css.yaml index 8d90fb73..189da456 100644 --- a/.github/workflows/compile-css.yaml +++ b/.github/workflows/compile-css.yaml @@ -16,12 +16,12 @@ name: Render CSS and Javascript jobs: compress-everything: name: Render css/javascript - runs-on: macOS-11 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Clean run: rm -rf inst/pkgdown/assets/assets/ - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 - run: npm install - name: Comple js run: bash squash-a-script.sh