Skip to content

Commit 61adfa2

Browse files
authored
Merge pull request #63 from insightsengineering/idr-tasks-578
Update actions/checkout
2 parents 5bbfaa5 + 0fe8d60 commit 61adfa2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout ${{ matrix.package.name }}
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636

3737
- name: Generate validation report for ${{ matrix.package.name }}
3838
id: validation

.github/workflows/test_no_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout ${{ matrix.package.name }}
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030

3131
- name: Generate validation report for ${{ matrix.package.name }}
3232
uses: ./

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src='https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/thevalidatoR.png' align="right" height="131.5" />
44

5-
[<img src="http://pharmaverse.org/shields/thevalidatoR.png">](https://pharmaverse.org)
5+
[<img src="http://pharmaverse.org/shields/thevalidatoR.png">](https://pharmaverse.org)
66
[![SuperLinter](https://github.com/insightsengineering/thevalidatoR/actions/workflows/lint.yaml/badge.svg)](https://github.com/insightsengineering/thevalidatoR/actions/workflows/lint.yaml)
77
[![Test This Action](https://github.com/insightsengineering/thevalidatoR/actions/workflows/test.yaml/badge.svg)](https://github.com/insightsengineering/thevalidatoR/actions/workflows/test.yaml)
88

@@ -45,9 +45,9 @@ Roche
4545
- `report_pkg_dir`:
4646

4747
_Description_: Path to package's root
48-
48+
4949
_Required_: `false`
50-
50+
5151
_Default_: `.`
5252

5353
- `report_template_path`:
@@ -57,7 +57,7 @@ Roche
5757
_Required_: `false`
5858

5959
_Default_: `template.Rmd`
60-
60+
6161
- `report_rmarkdown_format`:
6262

6363
_Description_: The output format to use when rendering the report. Value is used by `rmarkdown::render`'s `output_format` parameter.
@@ -89,7 +89,7 @@ Roche
8989
_Required_: `false`
9090

9191
_Default_: `false`
92-
92+
9393
- `cache_version`:
9494

9595
_Description_: Version of the cache. To clean cache bump this version.
@@ -148,7 +148,7 @@ jobs:
148148
deployments: write
149149
steps:
150150
- name: Checkout repo 🛎
151-
uses: actions/checkout@v2
151+
uses: actions/checkout@v3
152152

153153
- name: Build report 🏗
154154
id: validation
@@ -177,7 +177,7 @@ This was built as a test on a fork of the original rbmi package. When we created
177177
178178
![](readme_files/rbmi_action.png)
179179
180-
And you can see the gh-action action that was triggered by the release being published. Note that it must install the package, run tests and
180+
And you can see the gh-action action that was triggered by the release being published. Note that it must install the package, run tests and
181181
construct the metrics needed by cov-tracer and covr, which in the case of `rbmi` a computationally heavy package - took quite a while!
182182

183183
![](readme_files/rbmi_release.png)

0 commit comments

Comments
 (0)