We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588f2af commit ed77edaCopy full SHA for ed77eda
.github/workflows/template.yml
@@ -33,9 +33,10 @@ jobs:
33
RSPM: 'https://packagemanager.rstudio.com/cran/__linux__/focal/latest'
34
steps:
35
- name: Set up Ruby
36
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
37
with:
38
ruby-version: '2.7'
39
+ bundler-cache: true
40
41
- name: Set up Python
42
uses: actions/setup-python@v2
.github/workflows/website.yml
@@ -17,9 +17,10 @@ jobs:
17
shell: bash
18
19
20
21
22
23
24
25
26
0 commit comments