diff --git a/tests/testthat/_snaps/upkeep.md b/tests/testthat/_snaps/upkeep.md
index 76592222f..af2df5d58 100644
--- a/tests/testthat/_snaps/upkeep.md
+++ b/tests/testthat/_snaps/upkeep.md
@@ -60,3 +60,50 @@
Created on 2023-01-01 with `usethis::use_tidy_upkeep_issue()`, using [usethis v1.1.0](https://usethis.r-lib.org)
+# upkeep bullets don't change accidentally
+
+ Code
+ writeLines(upkeep_checklist())
+ Output
+ * [ ] `usethis::use_readme_rmd()`
+ * [ ] `usethis::use_github_links()`
+ * [ ] `usethis::use_pkgdown_github_pages()`
+ * [ ] `usethis::use_tidy_description()`
+ * [ ] `usethis::use_package_doc()`
+ Consider letting usethis manage your `@importFrom` directives here. `usethis::use_import_from()` is handy for this.
+ * [ ] `usethis::use_testthat()`. Learn more about testing at
+ * [ ] Align the names of `R/` files and `test/` files for workflow happiness. The docs for `usethis::use_r()` include a helpful script. `usethis::rename_files()` may be be useful.
+ * [ ] `usethis::use_code_of_conduct()`
+ * [ ] Add alt-text to pictures, plots, etc; see for examples
+
+ Set up or update GitHub Actions. \
+ Updating workflows to the latest version will often fix troublesome actions:
+ * [ ] `usethis::use_github_action('check-standard')`
+
+ Created on 2023-01-01 with `usethis::use_upkeep_issue()`, using [usethis v1.1.0](https://usethis.r-lib.org)
+
+---
+
+ Code
+ writeLines(checklist)
+ Output
+ * [ ] `usethis::use_readme_rmd()`
+ * [ ] `usethis::use_github_links()`
+ * [ ] `usethis::use_pkgdown_github_pages()`
+ * [ ] `usethis::use_tidy_description()`
+ * [ ] `usethis::use_package_doc()`
+ Consider letting usethis manage your `@importFrom` directives here. `usethis::use_import_from()` is handy for this.
+ * [ ] `usethis::use_testthat(3)` and upgrade to 3e, [testthat 3e vignette](https://testthat.r-lib.org/articles/third-edition.html)
+ * [ ] Align the names of `R/` files and `test/` files for workflow happiness. The docs for `usethis::use_r()` include a helpful script. `usethis::rename_files()` may be be useful.
+ * [ ] Consider changing default branch from `master` to `main`
+ * [ ] Remove description of test environments from `cran-comments.md`.
+ See `usethis::use_cran_comments()`.
+ * [ ] Add alt-text to pictures, plots, etc; see for examples
+
+ Set up or update GitHub Actions. \
+ Updating workflows to the latest version will often fix troublesome actions:
+ * [ ] `usethis::use_github_action('check-standard')`
+ * [ ] `usethis::use_github_action('test-coverage')`
+
+ Created on 2023-01-01 with `usethis::use_upkeep_issue()`, using [usethis v1.1.0](https://usethis.r-lib.org)
+