From 97e945ce4e8ad7c2cda3aab98044add3c674a1eb Mon Sep 17 00:00:00 2001 From: slymit Date: Sat, 6 Apr 2024 12:18:36 +0300 Subject: [PATCH] Bump GitHub Action Setup Python to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 196e1c7..1e58263 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - run: pip install tox @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: 3.7 - name: Install pypa/build