From 662ad7c4ec480c5140e244bf689055b7174a0d04 Mon Sep 17 00:00:00 2001 From: Vasiliy Zvyagintsev <vasokot@gmail.com> Date: Sat, 23 Nov 2024 05:56:26 +0700 Subject: [PATCH] chore(ci): bump actions version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 453afb4..d4e81d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.7 @@ -23,7 +23,7 @@ jobs: - name: Restore virtualenv from cache id: cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.cache/pypoetry/virtualenvs key: poetry-${{ hashFiles('poetry.lock') }}