diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 13:16:07 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 13:16:07 +0100 |
commit | e8c968295b44486c32d7f71d994e1197f3b8c091 (patch) | |
tree | 555dd2e78bdcb4316d9c749f840dd8a84bd59f01 | |
parent | README: update (diff) | |
download | sorting-algorithms-master.tar.gz sorting-algorithms-master.zip |
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |