File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments