aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 13:16:07 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 13:16:07 +0100
commite8c968295b44486c32d7f71d994e1197f3b8c091 (patch)
tree555dd2e78bdcb4316d9c749f840dd8a84bd59f01
parentREADME: update (diff)
downloadsorting-algorithms-master.tar.gz
sorting-algorithms-master.zip
workflows/ci: upgrade actionsHEADmaster
-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 7e58424..b071fbe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
PIP_NO_PYTHON_VERSION_WARNING: 1
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies