aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 23:37:47 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 23:40:46 +0100
commit8975756d80eeca8cbcb7ca40209edd229139bb7a (patch)
treebba0d2283e3dfbe0117cea20d9194cba150dc7d5
parentmake .gitattributes more consistent (diff)
downloadsorting-algorithms-8975756d80eeca8cbcb7ca40209edd229139bb7a.tar.gz
sorting-algorithms-8975756d80eeca8cbcb7ca40209edd229139bb7a.zip
workflows/ci: upgrade actions
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c3f5e58..888b4ba 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
PIP_NO_PYTHON_VERSION_WARNING: 1
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies