@@ -45,25 +45,25 @@ jobs:
4545 uses : pharmaverse/admiralci/.github/workflows/style.yml@main
4646 if : github.event_name == 'pull_request'
4747 with :
48- r-version : " 4.0 "
48+ r-version : " 4.1 "
4949 spellcheck :
5050 name : Spelling
5151 uses : pharmaverse/admiralci/.github/workflows/spellcheck.yml@main
5252 if : github.event_name == 'pull_request'
5353 with :
54- r-version : " 4.0 "
54+ r-version : " 4.1 "
5555 readme :
5656 name : Render README
5757 uses : pharmaverse/admiralci/.github/workflows/readme-render.yml@main
5858 if : github.event_name == 'push'
5959 with :
60- r-version : " 4.0 "
60+ r-version : " 4.1 "
6161 validation :
6262 name : Validation
6363 uses : pharmaverse/admiralci/.github/workflows/r-pkg-validation.yml@main
6464 if : github.event_name == 'release'
6565 with :
66- r-version : " 4.0 "
66+ r-version : " 4.1 "
6767 check :
6868 name : Check
6969 uses : pharmaverse/admiralci/.github/workflows/r-cmd-check.yml@main
7373 uses : pharmaverse/admiralci/.github/workflows/pkgdown.yml@main
7474 if : github.event_name == 'push'
7575 with :
76- r-version : " 4.0 "
76+ r-version : " 4.1 "
7777 # Whether to skip multiversion docs
7878 # Note that if you have multiple versions of docs,
7979 # your URL links are likely to break due to path changes
8585 uses : pharmaverse/admiralci/.github/workflows/lintr.yml@main
8686 if : github.event_name == 'pull_request'
8787 with :
88- r-version : " 4.0 "
88+ r-version : " 4.1 "
8989 links :
9090 name : Links
9191 uses : pharmaverse/admiralci/.github/workflows/links.yml@main
9797 if : >
9898 github.event_name == 'push' || github.event_name == 'pull_request'
9999 with :
100- r-version : " 4.0 "
100+ r-version : " 4.1 "
101101 # Whether to skip code coverage badge creation
102102 # Setting to 'false' will require you to create
103103 # an orphan branch called 'badges' in your repository
@@ -107,4 +107,4 @@ jobs:
107107 uses : pharmaverse/admiralci/.github/workflows/man-pages.yml@main
108108 if : github.event_name == 'pull_request'
109109 with :
110- r-version : " 4.0 "
110+ r-version : " 4.1 "
0 commit comments