From c8d6e3fb573cd1372ad6c411662393930901a031 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 15 Mar 2023 05:23:47 +0100 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/test_of_push_and_pull.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_of_push_and_pull.yml b/.github/workflows/test_of_push_and_pull.yml index 4ee1316f..20bcf07c 100644 --- a/.github/workflows/test_of_push_and_pull.yml +++ b/.github/workflows/test_of_push_and_pull.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - 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: '3.8' + python-version: '3.x' - name: Install dependencies run: python -m pip install -r scripts/requirements.txt