Skip to content

Commit 8c88637

Browse files
committed
revert to previous setup-r-dependencies yaml
1 parent d714dc4 commit 8c88637

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: insightsengineering/r.pkg.template/.github/workflows/audit.yaml@main
2222
r-cmd:
2323
name: R CMD Check 🧬
24-
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@rlib_setup_r_dependencies
24+
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
2525
secrets:
2626
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2727
with:
@@ -46,7 +46,7 @@ jobs:
4646

4747
r-cmd-non-cran:
4848
name: R CMD Check (non-CRAN) 🧬
49-
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@rlib_setup_r_dependencies
49+
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
5050
secrets:
5151
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
5252
with:
@@ -69,7 +69,7 @@ jobs:
6969

7070
coverage:
7171
name: Coverage 📔
72-
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@rlib_setup_r_dependencies
72+
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
7373
secrets:
7474
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
7575
with:
@@ -82,7 +82,7 @@ jobs:
8282
uses: insightsengineering/r.pkg.template/.github/workflows/linter.yaml@main
8383
roxygen:
8484
name: Roxygen 🅾
85-
uses: insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@rlib_setup_r_dependencies
85+
uses: insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@main
8686
secrets:
8787
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
8888
with:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
jobs:
3737
docs:
3838
name: Pkgdown Docs 📚
39-
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@rlib_setup_r_dependencies
39+
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
4040
secrets:
4141
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
4242
with:

.github/workflows/scheduled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
inputs.chosen-workflow == 'revdepcheck'
5858
)
5959
name: revdepcheck ↩️
60-
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@rlib_setup_r_dependencies
60+
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
6161

6262
rhub:
6363
if: >
@@ -66,5 +66,5 @@ jobs:
6666
inputs.chosen-workflow == 'rhub'
6767
)
6868
name: R-hub 🌐
69-
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@rlib_setup_r_dependencies
69+
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
7070

0 commit comments

Comments
 (0)