Skip to content

Commit 82262f6

Browse files
authored
[actions] update sandpaper workflow to version 0.16.8
1 parent 2b034e2 commit 82262f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/sandpaper-main.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ on:
2121
jobs:
2222
full-build:
2323
name: "Build Full Site"
24-
runs-on: ubuntu-latest
24+
25+
# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
26+
# pin to 22.04 for now
27+
runs-on: ubuntu-22.04
2528
permissions:
2629
checks: write
2730
contents: write
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.7
1+
0.16.8

0 commit comments

Comments
 (0)