Skip to content

Commit

Permalink
Upgrade renv to v1.0.0 (#558)
Browse files Browse the repository at this point in the history
* Upgrade renv to v1.0.0

* quote dev branch to capture regex pattern
  • Loading branch information
afwillia authored Jul 12, 2023
1 parent f8c1331 commit 0947715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shinyapps_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev*
- 'dev*'
tags:
- v[0-9]+.[0-9]+.[0-9]+
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
},
"renv": {
"Package": "renv",
"Version": "0.17.2",
"Version": "1.0.0",
"OS_type": null,
"Repository": "CRAN",
"Source": "Repository"
Expand Down
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "0.17.2"
version <- "1.0.0"

# the project directory
project <- getwd()
Expand Down

0 comments on commit 0947715

Please sign in to comment.