From 8f70ace946772b01693809f552c6c3fedb02dbec Mon Sep 17 00:00:00 2001 From: Vasiliy Kiryanov Date: Mon, 27 May 2024 08:42:06 -0400 Subject: [PATCH] git actions: CI scripts update --- .github/workflows/tests-pull_request.yml | 2 +- .github/workflows/tests-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-pull_request.yml b/.github/workflows/tests-pull_request.yml index a47f24d6..001fa140 100644 --- a/.github/workflows/tests-pull_request.yml +++ b/.github/workflows/tests-pull_request.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/tests-push.yml b/.github/workflows/tests-push.yml index 6a82c6cb..cec53da5 100644 --- a/.github/workflows/tests-push.yml +++ b/.github/workflows/tests-push.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies