From 4227aa52015bc12e0d1139260ab38892486390ab Mon Sep 17 00:00:00 2001 From: tbooth Date: Tue, 15 Oct 2024 01:07:48 +0000 Subject: [PATCH] [actions] update sandpaper workflow to version 0.16.8 --- .github/workflows/sandpaper-main.yaml | 7 +++++-- .github/workflows/sandpaper-version.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sandpaper-main.yaml b/.github/workflows/sandpaper-main.yaml index 09955b6..b3d1de8 100644 --- a/.github/workflows/sandpaper-main.yaml +++ b/.github/workflows/sandpaper-main.yaml @@ -21,7 +21,10 @@ on: jobs: full-build: name: "Build Full Site" - runs-on: ubuntu-latest + + # 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image + # pin to 22.04 for now + runs-on: ubuntu-22.04 permissions: checks: write contents: write @@ -38,7 +41,7 @@ jobs: uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true - install-r: true + install-r: false - name: "Set up Pandoc" uses: r-lib/actions/setup-pandoc@v2 diff --git a/.github/workflows/sandpaper-version.txt b/.github/workflows/sandpaper-version.txt index 427cda0..74aaa3f 100644 --- a/.github/workflows/sandpaper-version.txt +++ b/.github/workflows/sandpaper-version.txt @@ -1 +1 @@ -0.16.7 +0.16.8