Skip to content

Commit

Permalink
try with older action version
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Nov 11, 2024
1 parent b8cee80 commit af65371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
tinytex: true

- name: Set up R
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v2.10.1
with:
use-public-rspm: true
extra-repositories: 'https://avehtari.r-universe.dev https://stan-dev.r-universe.dev'

- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
uses: r-lib/actions/setup-r-dependencies@v2.10.1
with:
cache: "always"
packages:
Expand Down

0 comments on commit af65371

Please sign in to comment.