chore(deps): update workflow dependencies (minor & patch) (#72)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.0.5` -> `2.0.6` | | [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | | patch | `v1.0.1` -> `v1.0.3` | --- ### Release Notes <details> <summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary> ### [`v2.0.6`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.6) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.5...v2.0.6) #### v2.0.6 (2025-10-09) ##### Others - **docker:** update docker.io/library/alpine:3.22 docker digest to [`4b7ce07`](https://github.com/thegeeklab/git-sv/commit/4b7ce07) ([#​242](https://github.com/thegeeklab/git-sv/issues/242)) ([`8b2925b`](https://github.com/thegeeklab/git-sv/commit/8b2925b)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`d709837`](https://github.com/thegeeklab/git-sv/commit/d709837) ([#​240](https://github.com/thegeeklab/git-sv/issues/240)) ([`07bbbc0`](https://github.com/thegeeklab/git-sv/commit/07bbbc0)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`ab1f5c4`](https://github.com/thegeeklab/git-sv/commit/ab1f5c4) ([#​239](https://github.com/thegeeklab/git-sv/issues/239)) ([`c21a62e`](https://github.com/thegeeklab/git-sv/commit/c21a62e)) - **deps:** update dependency golangci/golangci-lint to v2.5.0 ([#​238](https://github.com/thegeeklab/git-sv/issues/238)) ([`2f590aa`](https://github.com/thegeeklab/git-sv/commit/2f590aa)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`8305f5f`](https://github.com/thegeeklab/git-sv/commit/8305f5f) ([#​237](https://github.com/thegeeklab/git-sv/issues/237)) ([`cd5f1f0`](https://github.com/thegeeklab/git-sv/commit/cd5f1f0)) ##### CI Pipeline - refactor makefile go deps ([`50efb99`](https://github.com/thegeeklab/git-sv/commit/50efb99)) </details> <details> <summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary> ### [`v1.0.3`](https://github.com/helm-unittest/helm-unittest/releases/tag/v1.0.3) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v1.0.2...v1.0.3) **Fixes** - Corrected newlines which is handled incorrectly by the yaml library (resolves [#​756](https://github.com/helm-unittest/helm-unittest/issues/756)) **Updates** - Update packages to latest patch versions - Update pipeline actions - Update documentation **Additional note** *Due to this fix snapshots that contain output with a string line-ending need to be updated.* ### [`v1.0.2`](https://github.com/helm-unittest/helm-unittest/releases/tag/v1.0.2) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v1.0.1...v1.0.2) **Improvements** - Replaced yaml library with a maintained alternative (resolves [#​501](https://github.com/helm-unittest/helm-unittest/issues/501)) **Updates** - Update packages to latest patch versions - Update pipeline actions - Update documentation </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/72 Reviewed-by: DaanSelen <daanselen@noreply.gitea.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit was merged in pull request #72.
This commit is contained in:
@@ -8,7 +8,7 @@ on: | ||||
jobs: | ||||
changelog: | ||||
runs-on: ubuntu-latest | ||||
container: docker.io/thegeeklab/git-sv:2.0.5 | ||||
container: docker.io/thegeeklab/git-sv:2.0.6 | ||||
steps: | ||||
- name: install tools | ||||
run: | | ||||
| ||||
@@ -10,7 +10,7 @@ on: | ||||
| ||||
env: | ||||
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest | ||||
HELM_UNITTEST_VERSION: "v1.0.1" | ||||
HELM_UNITTEST_VERSION: "v1.0.3" | ||||
| ||||
jobs: | ||||
check-and-test: | ||||
| ||||
Reference in New Issue
Block a user