From 14824db7b0c41dae2b57aa4b74a2738b96396602 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 18 Oct 2022 05:02:35 +0000 Subject: [PATCH] fix tests --- .github/workflows/ci-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |