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 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]