diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c180290..265cfaf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,7 +31,7 @@ on: # unit/integration jobs inherit it. The deploy job overrides it per contour with # vars.TEST_DICT_VERSION (the seed for a fresh volume), see deploy/README.md. env: - DICT_VERSION: v1.3.0 + DICT_VERSION: v1.3.1 jobs: # changes detects which areas a PR/push touched, so the test jobs can skip when