From 875dd50c6b0b06ae78c90d03dabea6b7f99b2a37 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 9 Jan 2026 15:08:46 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbbf56f..f4b2b4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: .build-image: stage: build - image: quay.io/buildah/stable:v1.41.5 + image: quay.io/buildah/stable:v1.42.2 needs: [] basic-checks: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b8537c..6383196 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,6 @@ repos: - id: check-json - id: check-yaml - repo: https://github.com/markdownlint/markdownlint - rev: v0.13.0 + rev: v0.15.0 hooks: - id: markdownlint