Skip to content

Commit f520079

Browse files
chore(deps): update all sagikazarmark daggerverse dependencies to 21f771e (#203)
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 b8f8f97 commit f520079

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: a2a82eaee0a9f6668ee7f191de08c9fc61d7b3dc
22+
DAGGER_GOLANGCI_LINT_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
2323
cmds:
2424
- >
2525
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
@@ -390,7 +390,7 @@ tasks:
390390
IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}'
391391
env:
392392
# renovate: datasource=git-refs depName=kustomize lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
393-
DAGGER_KUSTOMIZE_SHA: a2a82eaee0a9f6668ee7f191de08c9fc61d7b3dc
393+
DAGGER_KUSTOMIZE_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
394394
cmds:
395395
- >
396396
dagger -s call -m https://github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
@@ -420,7 +420,7 @@ tasks:
420420
- GITHUB_TOKEN
421421
env:
422422
# renovate: datasource=git-refs depName=gh lookupName=https://github.com/sagikazarmark/daggerverse
423-
DAGGER_GH_SHA: a2a82eaee0a9f6668ee7f191de08c9fc61d7b3dc
423+
DAGGER_GH_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
424424
preconditions:
425425
- sh: "[[ {{.GITHUB_REF}} =~ 'refs/tags/v.*' ]]"
426426
msg: not a tag, failing

0 commit comments

Comments
 (0)