Bump Dagger template pin to v0.20.6
Some checks failed
Build / validate (push) Failing after 18s

Keeps the template in step with the blumeops Dagger engine version.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-21 08:41:55 -07:00
commit 15744d1cb5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "${REPO_NAME}-ci", "name": "${REPO_NAME}-ci",
"engineVersion": "v0.20.0", "engineVersion": "v0.20.6",
"sdk": { "sdk": {
"source": "python" "source": "python"
}, },

View file

@ -1,3 +1,3 @@
[tools] [tools]
prek = "latest" prek = "latest"
dagger = "0.20.0" dagger = "0.20.6"