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

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
2025-09-14 00:02:50 +00:00
committed by Renovate Bot
parent 8ed2db6aa5
commit 9cf42f55b0
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -99,7 +99,7 @@ jobs:
release-gitea:
needs: generate-chart-publish
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.4
container: docker.io/thegeeklab/git-sv:2.0.5
steps:
- name: install tools
run: |

View File

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

View File

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