Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2023-01-16 04:51:38 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2023-01-16 04:51:38 +0300
commit9e93471c0a168b34f735543ca4ee8887259e5805 (patch)
tree430517f6b4bfb45f06c05816654237842d9c849a
parentf810135c7239664bfdece6375858cdaba1ed2196 (diff)
parent967e6ed1a52472e27f0f163d58c75d0bd3939c07 (diff)
Merge branch 'eread/bump-vale-to-latest-version-in-docker-images' into 'main'
Bump Vale version to latest for Docker images when they are next built See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3439 Merged-by: Russell Dickenson <rdickenson@gitlab.com> Approved-by: Russell Dickenson <rdickenson@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb4745a6..41e89c7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ variables:
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.16'
- VALE_VERSION: '2.21.3'
+ VALE_VERSION: '2.22.0'
MARKDOWNLINT_VERSION: '0.32.2'
MARKDOWNLINT2_VERSION: '0.5.1'
RUBY_VERSION: '2.7.7'