Skip to content

Commit 042a2d2

Browse files
committed
Include version bump in our own workflow!
1 parent 8896e56 commit 042a2d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
3636
packages:
37-
cran::shinylive@0.2.0
37+
cran::shinylive@0.3.0
3838
any::knitr
3939
any::rmarkdown
4040
any::downlit
@@ -52,7 +52,7 @@ jobs:
5252
# Make sure to set a retention day to avoid running into a cap
5353
# This artifact shouldn't be required after deployment onto pages was a success.
5454
- name: Upload Pages artifact
55-
uses: actions/upload-pages-artifact@v2
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
retention-days: 1
5858

@@ -61,4 +61,4 @@ jobs:
6161
# instead of using `docs/` or the `gh-pages` branch of the repository
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v2
64+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)