From 1e71259275b6c1d4501d193879d2f6755c30ea02 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Feb 2026 01:07:30 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#90) Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/90 Reviewed-by: Lunny Xiao 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 9fc6fd6..c055e37 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:20.2.0 + container: commitlint/commitlint:20.4.1 steps: - uses: actions/checkout@v6 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 73d7fea..174afc9 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -7,7 +7,7 @@ on: env: # renovate: datasource=docker depName=alpine/helm - HELM_VERSION: "3.19.0" + HELM_VERSION: "3.20.0" jobs: generate-chart-publish: diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 9f9d750..44a8120 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.19.0 + container: alpine/helm:3.20.0 steps: - name: install tools run: |