Skip to content

Commit

Permalink
Update Workflows to Version 0.16.8 (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: zkamvar <[email protected]>
  • Loading branch information
carpentries-bot and zkamvar authored Oct 15, 2024
1 parent 47ec0f2 commit 31cc2de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandpaper-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.7
0.16.8

0 comments on commit 31cc2de

Please sign in to comment.