diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b51dfd4c6fff74ea103adfadfa05fd463d8bd445..0bcf0f4494d0b61192d96549c66e135c4bdd462a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ include: - local: "/.gitlab/protobuf-generator-local.gitlab-ci.yml" - project: "uis/devops/continuous-delivery/ci-templates" file: "/auto-devops/common-pipeline.yml" - ref: v6.7.2 + ref: v6.7.3 variables: BUILD_DISABLED: "1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7a2df0069b6d1a3a4cc03574b177ce1952b4586..fc7230e0883d8f7adada2076047a065eae154cb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -28,7 +28,7 @@ repos: - id: debug-statements - repo: https://github.com/bufbuild/buf - rev: v1.50.1 + rev: v1.51.0 hooks: - id: buf-lint - id: buf-format