Skip to content

Commit 761fbf2

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to 32dae44
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28f4ec6 commit 761fbf2

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
@@ -24,7 +24,7 @@ tasks:
2424
desc: Run spellcheck
2525
env:
2626
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
27-
DAGGER_SPELLCHECK_SHA: 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
27+
DAGGER_SPELLCHECK_SHA: 32dae448c22c7b3207753334307a8e4c9870991a
2828
cmds:
2929
- >
3030
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -38,7 +38,7 @@ tasks:
3838
desc: Check for conventional commits
3939
env:
4040
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
41-
DAGGER_COMMITLINT_SHA: 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
41+
DAGGER_COMMITLINT_SHA: 32dae448c22c7b3207753334307a8e4c9870991a
4242
cmds:
4343
- >
4444
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -48,7 +48,7 @@ tasks:
4848
desc: Check for uncommitted changes
4949
env:
5050
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51-
DAGGER_UNCOMMITTED_SHA: 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
51+
DAGGER_UNCOMMITTED_SHA: 32dae448c22c7b3207753334307a8e4c9870991a
5252
cmds:
5353
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
5454
sources:

0 commit comments

Comments
 (0)