1 Commits

Author SHA1 Message Date
43df5d30c7 chore(deps): update workflow dependencies (minor & patch) 2026-06-20 00:02:57 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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