diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d1e6156d..abd74c1e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -27,9 +27,10 @@ jobs: postgresql password: "pipeline123456" - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + check-latest: true - name: Install redis run: |