From c83346cdda5221e1b0c2b02fbf2cfc2e1b243659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:48:18 +0000 Subject: [PATCH] chore(deps): update dependency google/go-jsonnet to v0.22.0 --- .github/workflows/build.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 054bd03..568bc57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ env: # renovate: datasource=github-releases depName=jsonnet-bundler/jsonnet-bundler JB_VERSION: v0.6.0 # renovate: datasource=github-releases depName=google/go-jsonnet - JSONNET_VERSION: v0.21.0 + JSONNET_VERSION: v0.22.0 jobs: build: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df3052d..ec8d653 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/google/go-jsonnet - rev: v0.21.0 + rev: v0.22.0 hooks: - id: jsonnet-format - repo: https://github.com/pre-commit/pre-commit-hooks