chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.11 #69

Merged
williamp merged 3 commits from renovate/workflow-dependencies-(minor-and-patch) into main 2026-03-29 21:37:20 +00:00
Showing only changes of commit 67cf3c8e13 - Show all commits

View File

@@ -18,9 +18,12 @@ jobs:
container: alpine/helm:4.1.3
steps:
- name: install tools
run: |
run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side
apk update
apk add --update bash make nodejs npm ncurses
apk add --update bash make nodejs npm ncurses python3 py3-pip
python3 -m venv /opt/venv
/opt/venv/bin/pip install yamllint
ln -s /opt/venv/bin/yamllint /usr/local/bin/yamllint
- uses: actions/checkout@v6
- name: install chart dependencies
run: helm dependency build