diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:37:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:40:46 +0100 |
commit | 8975756d80eeca8cbcb7ca40209edd229139bb7a (patch) | |
tree | bba0d2283e3dfbe0117cea20d9194cba150dc7d5 /.github/workflows | |
parent | make .gitattributes more consistent (diff) | |
download | sorting-algorithms-8975756d80eeca8cbcb7ca40209edd229139bb7a.tar.gz sorting-algorithms-8975756d80eeca8cbcb7ca40209edd229139bb7a.zip |
workflows/ci: upgrade actions
Diffstat (limited to '.github/workflows')
-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 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 |