Compare commits

..

1 Commits

Author SHA1 Message Date
1ec4576d2d chore(deps): update unittests/bash/bats digest to 261b029 2025-03-15 00:05:25 +00:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.8.0/schema/helm-testsuite.json": [
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.7.2/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},