From c9af860e6095e1eccd5e1c7c7d4e753592f1ca22 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Sep 2025 00:03:03 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#943) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/commitlint.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- .gitea/workflows/test-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index cb0c11e..89dedba 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:19.8.1 + container: commitlint/commitlint:19.9.1 steps: - uses: actions/checkout@v4 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index fc105c9..657d251 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -21,7 +21,7 @@ jobs: - name: Install helm env: # renovate: datasource=docker depName=alpine/helm - HELM_VERSION: "3.18.5" + HELM_VERSION: "3.18.6" run: | curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/ diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 66af14f..15a75cb 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -15,7 +15,7 @@ env: jobs: check-and-test: runs-on: ubuntu-latest - container: alpine/helm:3.18.5 + container: alpine/helm:3.18.6 steps: - name: install tools run: |