Skip to content

Commit

Permalink
fix(deps): update dependency pre-commit/pre-commit to v3.5.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 13, 2023
1 parent 0ec42f0 commit c785f20
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 @@ -145,7 +145,7 @@ fi
#######################################

# renovate: datasource=github-tags depName=pre-commit/pre-commit
PRE_COMMIT_VERSION=v3.4.0
PRE_COMMIT_VERSION=v3.5.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 c785f20

Please sign in to comment.