From a72d41e21abbed816c9729dcf6089f1a03225c9c Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Thu, 5 Jun 2025 14:14:04 +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 9bbf195..ae2b1a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: .build-image: stage: build - image: quay.io/buildah/stable:v1.38.0 + image: quay.io/buildah/stable:v1.40.0 needs: [] build-minimal: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0934aaf..e955059 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace