From e2cff4135809185729be306346f3349bd888c27b Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 14:24:17 +0200 Subject: [PATCH] chore(ci): update checkout & setup-python versions These were triggering warnings due to using an outdated version of Node.js internally --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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