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 88ca7da commit 58727a4Copy full SHA for 58727a4
.github/workflows/R-CMD-check.yaml
@@ -45,7 +45,7 @@ jobs:
45
R_KEEP_PKG_SOURCE: yes
46
47
steps:
48
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
49
50
- uses: quarto-dev/quarto-actions/setup@v2
51
with:
.github/workflows/pkgdown.yaml
@@ -22,7 +22,7 @@ jobs:
22
permissions:
23
contents: write
24
25
26
27
- uses: r-lib/actions/setup-pandoc@v2
28
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Deploy to GitHub pages 🚀
43
if: github.event_name != 'pull_request'
44
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
clean: false
branch: gh-pages
0 commit comments