We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462be1e commit 941da2bCopy full SHA for 941da2b
.github/workflows/template.yml
@@ -33,9 +33,9 @@ jobs:
33
RSPM: 'https://packagemanager.rstudio.com/cran/__linux__/bionic/latest'
34
steps:
35
- name: Set up Ruby
36
- uses: actions/setup-ruby@main
+ uses: actions/setup-ruby@v1
37
with:
38
- ruby-version: '2.7.1'
+ ruby-version: '2.7'
39
40
- name: Set up Python
41
uses: actions/setup-python@v2
.github/workflows/website.yml
@@ -12,9 +12,9 @@ jobs:
12
shell: bash
13
14
15
16
17
18
19
20
0 commit comments