From e1270b17ab68814565899cdab6cb070cdf29c864 Mon Sep 17 00:00:00 2001 From: Groosha Date: Sat, 1 Jun 2024 23:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D0=B2=20CI=20Actions=20=D0=9F=D0=BE=D0=B4?= =?UTF-8?q?=D0=B3=D0=BB=D1=8F=D0=B4=D0=B5=D0=BB=20=D1=83=20@Vadim-Khristen?= =?UTF-8?q?ko?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bad15c..7631420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4.1.5 + - uses: actions/setup-python@v5.1.0 with: python-version: 3.x - run: pip install -r requirements.txt