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

This commit is contained in:
Renovate Bot
2026-07-18 00:04:32 +00:00
parent e86dc7e3b1
commit 5116a4ddb0
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:21.2.0
container: commitlint/commitlint:21.2.1
steps:
- uses: actions/checkout@v7
- name: check PR title

View File

@ -7,7 +7,7 @@ on:
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "4.2.2"
HELM_VERSION: "4.2.3"
jobs:
generate-chart-publish:

View File

@ -16,7 +16,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:4.2.2
container: alpine/helm:4.2.3
steps:
- name: install tools
run: |