Skip to content

Commit

Permalink
fix(deps): update dependency pre-commit/pre-commit to v4 (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 5, 2024
1 parent 45f17e6 commit 41d5196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fi
#######################################

# renovate: datasource=github-tags depName=pre-commit/pre-commit
PRE_COMMIT_VERSION=v3.8.0
PRE_COMMIT_VERSION=v4.0.0
PACKAGE=pre-commit
set +e
INSTALLED_PRE_COMMIT_VERSION="$(${PYTHON} -m pip show pre-commit | grep Version: | cut -d' ' -f2)"
Expand Down

0 comments on commit 41d5196

Please sign in to comment.