chore(deps): update workflow dependencies (minor & patch) (#102)
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 35s

This commit was merged in pull request #102.
This commit is contained in:
2026-06-13 00:07:28 +00:00
parent 808fe7d057
commit 0df7bad714
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -10,12 +10,12 @@ on:
env:
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
HELM_UNITTEST_VERSION: "v1.1.0"
HELM_UNITTEST_VERSION: "v1.1.1"
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:4.1.4
container: alpine/helm:4.2.0
steps:
- name: install tools
run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side