From 88da9a88e6a7fc20913b1b1c006439e1156c9181 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot Date: Tue, 2 Sep 2025 06:57:26 +0000 Subject: [PATCH] chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.91 --- .gitlab-ci.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05edac2..797d623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,13 +24,13 @@ include: # common to all projects using this template library. # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md - project: "gitlab-com/gl-infra/common-ci-tasks" - ref: v2.89 # renovate:managed + ref: v2.91 # renovate:managed file: templates/standard.yml # Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md - project: 'gitlab-com/gl-infra/common-ci-tasks' - ref: v2.89 # renovate:managed + ref: v2.91 # renovate:managed file: templates/golang.yml variables: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd655d4..18853e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Documentation available at # https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/pre-commit.md - repo: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks - rev: v2.89 # renovate:managed + rev: v2.91 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files -- GitLab