Skip to content

Commit a14fe7b

Browse files
chore(deps): update all sagikazarmark daggerverse dependencies to 88056b4 (#526)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c74d8e commit a14fe7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks:
1919
desc: Run golangci-lint
2020
env:
2121
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
22-
DAGGER_GOLANGCI_LINT_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
22+
DAGGER_GOLANGCI_LINT_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
2323
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
2424
GOLANGCI_LINT_VERSION: v2.4.0
2525
cmds:
@@ -482,7 +482,7 @@ tasks:
482482
IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}'
483483
env:
484484
# renovate: datasource=git-refs depName=kustomize lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
485-
DAGGER_KUSTOMIZE_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
485+
DAGGER_KUSTOMIZE_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
486486
cmds:
487487
- >
488488
dagger -s call -m https://github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
@@ -512,7 +512,7 @@ tasks:
512512
- GITHUB_TOKEN
513513
env:
514514
# renovate: datasource=git-refs depName=gh lookupName=https://github.com/sagikazarmark/daggerverse
515-
DAGGER_GH_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
515+
DAGGER_GH_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
516516
preconditions:
517517
- sh: "[[ {{.GITHUB_REF}} =~ 'refs/tags/v.*' ]]"
518518
msg: not a tag, failing

0 commit comments

Comments
 (0)