Skip to content

Commit 8896e56

Browse files
committed
Update guide and add update note
1 parent 3113481 commit 8896e56

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Let's dive in!
3030

3131
### Updates
3232

33+
- **3/17/2025**
34+
- We've bumped the version of the `shinylive` R package to v0.3.0, upgraded
35+
the `quarto-shinylive` extension included in the repository, and
36+
updated the version of GitHub Actions to either v3 or v4 to avoid deprecation
37+
warnings.
3338
- **8/01/2024**
3439
- We've updated the pinned version of the `shinylive` R package to v0.2.0 to
3540
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
@@ -344,7 +349,7 @@ jobs:
344349
uses: r-lib/actions/setup-r-dependencies@v2
345350
with:
346351
packages:
347-
cran::shinylive@0.2.0 ## Pin version to ensure consistency
352+
cran::shinylive@0.3.0 ## Pin version to ensure consistency
348353
any::knitr
349354
any::rmarkdown
350355
any::downlit
@@ -362,7 +367,7 @@ jobs:
362367
# Make sure to set a retention day to avoid running into a cap
363368
# This artifact shouldn't be required after deployment onto pages was a success.
364369
- name: Upload Pages artifact
365-
uses: actions/upload-pages-artifact@v2
370+
uses: actions/upload-pages-artifact@v3
366371
with:
367372
retention-days: 1
368373

@@ -371,11 +376,11 @@ jobs:
371376
# instead of using `docs/` or the `gh-pages` branch of the repository
372377
- name: Deploy to GitHub Pages
373378
id: deployment
374-
uses: actions/deploy-pages@v2
379+
uses: actions/deploy-pages@v4
375380
```
376381
377382
> [!NOTE]
378-
> We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure
383+
> We have pinned the version of `shinylive` package on CRAN to v0.3.0 to ensure
379384
> consistency with the `quarto-ext/shinylive` Quarto extension.
380385

381386
**Step 2:** Enable GitHub Pages deployment using GitHub Actions in your

index.qmd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ For the demo, we're showing the source code used in Joe Cheng's [posit::conf(202
3232

3333
### Updates
3434

35+
- **3/17/2025**
36+
- We've bumped the version of the `shinylive` R package to v0.3.0, upgraded
37+
the `quarto-shinylive` extension included in the repository, and
38+
updated the version of GitHub Actions to either v3 or v4 to avoid deprecation
39+
warnings.
3540
- **8/01/2024**
3641
- We've updated the pinned version of the `shinylive` R package to v0.2.0 to
3742
gain access to improvements regarding webR v0.4.0 and packaging `shiny`
@@ -396,7 +401,7 @@ jobs:
396401
uses: r-lib/actions/setup-r-dependencies@v2
397402
with:
398403
packages:
399-
cran::shinylive@0.2.0 ## Pin version to ensure consistency
404+
cran::shinylive@0.3.0 ## Pin version to ensure consistency
400405
any::knitr
401406
any::rmarkdown
402407
any::downlit
@@ -414,7 +419,7 @@ jobs:
414419
# Make sure to set a retention day to avoid running into a cap
415420
# This artifact shouldn't be required after deployment onto pages was a success.
416421
- name: Upload Pages artifact
417-
uses: actions/upload-pages-artifact@v2
422+
uses: actions/upload-pages-artifact@v3
418423
with:
419424
retention-days: 1
420425

@@ -423,11 +428,11 @@ jobs:
423428
# instead of using `docs/` or the `gh-pages` branch of the repository
424429
- name: Deploy to GitHub Pages
425430
id: deployment
426-
uses: actions/deploy-pages@v2
431+
uses: actions/deploy-pages@v4
427432
```
428433
429434
:::{.callout-note}
430-
We have pinned the version of `shinylive` package on CRAN to v0.2.0 to ensure
435+
We have pinned the version of `shinylive` package on CRAN to v0.3.0 to ensure
431436
consistency with the `quarto-ext/shinylive` Quarto extension.
432437
:::
433438

r-shinylive-demo.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: e0a41066-946f-408b-bad4-787e06450555
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)