diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 9d8636fb..359a8c72 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.3.999 + run: make update-package-versions VERSION=1.4.999 - name: Setup environment run: python3 -m venv env