From dd683d0bb788b2eccccd8ca0765ab66a121cdaf2 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Mon, 3 Mar 2025 18:11:26 +0100 Subject: [PATCH 1/2] use | instead of > for mulit-line --- .github/workflows/hook-dependencies-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hook-dependencies-update.yml b/.github/workflows/hook-dependencies-update.yml index bfbb9de9d..d369d9ac1 100644 --- a/.github/workflows/hook-dependencies-update.yml +++ b/.github/workflows/hook-dependencies-update.yml @@ -44,7 +44,7 @@ jobs: [1]: https://github.com/peter-evans/create-pull-request - name: Push latest tag - run: > + run: | Rscript -e "install.packages('desc')" TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')" git tag $TAG From 78a7e3809bd963b76b9f8765833bfbe6e68f6280 Mon Sep 17 00:00:00 2001 From: lorenzwalthert <10477073+lorenzwalthert@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:14:20 +0000 Subject: [PATCH 2/2] Update renv dependencies --- DESCRIPTION | 2 +- inst/pre-commit-config-pkg.yaml | 2 +- inst/pre-commit-config-proj.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 62e5fa46a..a42a8fbdc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.4.3.9005 +Version: 0.4.3.9006 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the multi-language diff --git a/inst/pre-commit-config-pkg.yaml b/inst/pre-commit-config-pkg.yaml index 535409634..7577e96e4 100644 --- a/inst/pre-commit-config-pkg.yaml +++ b/inst/pre-commit-config-pkg.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9003 + rev: 0.4.3.9006 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/inst/pre-commit-config-proj.yaml b/inst/pre-commit-config-proj.yaml index 119c266f6..7fd8ac082 100644 --- a/inst/pre-commit-config-proj.yaml +++ b/inst/pre-commit-config-proj.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9003 + rev: 0.4.3.9006 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]