Skip to content

Commit acde73a

Browse files
committed
Update deployment action
1 parent cd3c98a commit acde73a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy-shinylive-r-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: r-lib/actions/setup-r-dependencies@v2
3434
with:
3535
packages:
36-
cran::shinylive
36+
cran::shinylive@0.3.0
3737

3838
# Export the current working directory as the shiny app
3939
# using the pinned version of the Shinylive R package
@@ -46,7 +46,7 @@ jobs:
4646
# Make sure to set a retention day to avoid running into a cap
4747
# This artifact shouldn't be required after deployment onto pages was a success.
4848
- name: Upload Pages artifact
49-
uses: actions/upload-pages-artifact@v2
49+
uses: actions/upload-pages-artifact@v3
5050
with:
5151
retention-days: 1
5252

@@ -55,4 +55,4 @@ jobs:
5555
# instead of using `docs/` or the `gh-pages` branch of the repository
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v2
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)