1 Commits

Author SHA1 Message Date
Renovate Bot
4d91a46c31 chore(deps): update commitlint/commitlint docker tag to v20 2025-10-01 00:03:24 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.6
container: docker.io/thegeeklab/git-sv:2.0.5
steps:
- name: install tools
run: |

View File

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

View File

@@ -10,7 +10,7 @@ on:
env:
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
HELM_UNITTEST_VERSION: "v1.0.3"
HELM_UNITTEST_VERSION: "v1.0.1"
jobs:
check-and-test: