Skip to content

Commit 0947715

Browse files
authored
Upgrade renv to v1.0.0 (#558)
* Upgrade renv to v1.0.0 * quote dev branch to capture regex pattern
1 parent f8c1331 commit 0947715

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/shinyapps_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- dev*
7+
- 'dev*'
88
tags:
99
- v[0-9]+.[0-9]+.[0-9]+
1010
paths-ignore:

renv.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@
909909
},
910910
"renv": {
911911
"Package": "renv",
912-
"Version": "0.17.2",
912+
"Version": "1.0.0",
913913
"OS_type": null,
914914
"Repository": "CRAN",
915915
"Source": "Repository"

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "0.17.2"
5+
version <- "1.0.0"
66

77
# the project directory
88
project <- getwd()

0 commit comments

Comments
 (0)