diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 149044c8..0decf290 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.2.999 + run: make update-package-versions VERSION=1.3.999 - name: Setup environment run: python3 -m venv env