chore(deps): update workflow dependencies (minor & patch)

This commit is contained in:
Renovate Bot
2026-01-31 00:02:59 +00:00
parent 0edfe5fba6
commit b82a0b1bc1
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.2.0
container: commitlint/commitlint:20.4.0
steps:
- uses: actions/checkout@v6
- name: check PR title

View File

@ -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:

View File

@ -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: |