From 23cc4dfdd1d3a015dbe8c1973b56cf3d0724de45 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 27 Jan 2026 15:42:01 +0000 Subject: [PATCH] Fix: version needed updating in pipelines (#623) --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index fc02036e..48154284 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Setup packages - run: make update-package-versions VERSION=1.9.999 + run: make update-package-versions VERSION=2.0.999 - name: Setup environment run: python3 -m venv env