diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 06ce26d..7289350 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,8 +22,8 @@ jobs: - 5432:5432 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - name: Install Dependencies run: | python -m pip install --upgrade pip