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

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot 2024-03-25 00:38:32 +00:00 committed by Renovate Bot
parent 3b2b700441
commit 2a9273d32f
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -11,12 +11,12 @@ on:
env:
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
HELM_UNITTEST_VERSION: "v0.4.2"
HELM_UNITTEST_VERSION: "v0.4.4"
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:3.14.2
container: alpine/helm:3.14.3
steps:
- name: install tools
run: |

View File

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