From 60a950bbd7680a0792ca3419fb2b5ccc72afe60c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Aug 2026 00:08:46 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) --- .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 bab0395..e14bc09 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:21.2.1 + container: commitlint/commitlint:21.2.2 steps: - uses: actions/checkout@v7 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index b00574c..16bc118 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: "4.2.3" + HELM_VERSION: "4.2.4" 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 f17defb..fbcc4f8 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:4.2.3 + container: alpine/helm:4.2.4 steps: - name: install tools run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side