From e75cbd4c4a3202dc9fc1a169f52d259582e1cba0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 12 Mar 2022 21:03:18 +0200 Subject: [PATCH] Tags were removed, use the latest published one. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b19b7fc..7dfd9f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: detect-secrets - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git - rev: v1.0.4 + rev: v1.0.2 hooks: - id: gitlab-ci-linter args: -- GitLab