Skip to content

Commit aacaee4

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to a20e0c2 (#179)
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 0d25af9 commit aacaee4

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
@@ -34,7 +34,7 @@ tasks:
3434
desc: Run spellcheck
3535
env:
3636
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
37-
DAGGER_SPELLCHECK_SHA: 9151fdb403298e305889668706b6cd69bb287e88
37+
DAGGER_SPELLCHECK_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
3838
cmds:
3939
- >
4040
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -48,7 +48,7 @@ tasks:
4848
desc: Check for conventional commits
4949
env:
5050
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51-
DAGGER_COMMITLINT_SHA: 9151fdb403298e305889668706b6cd69bb287e88
51+
DAGGER_COMMITLINT_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
5252
cmds:
5353
- >
5454
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -60,7 +60,7 @@ tasks:
6060
- manifest-main
6161
env:
6262
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
63-
DAGGER_UNCOMMITTED_SHA: 9151fdb403298e305889668706b6cd69bb287e88
63+
DAGGER_UNCOMMITTED_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
6464
cmds:
6565
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
6666
sources:

0 commit comments

Comments
 (0)