From 4bae1a5f4b6826fe6b9db1a07d08e84a8cbfa82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 21 Dec 2022 21:39:06 +0100 Subject: CI: Updated to setup-python@v4 --- .github/workflows/build.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8182e7e..ed7c073 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,12 +241,10 @@ jobs: ${{ runner.os }}-pip- - name: Set up Python 3.x - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: # Semantic version range syntax or exact version of a Python version python-version: '3.x' - # Optional - x64 or x86 architecture, defaults to x64 - architecture: 'x64' # You can test your matrix by printing the current Python version - name: Display Python version @@ -279,12 +277,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Python 3.x - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: # Semantic version range syntax or exact version of a Python version python-version: '3.x' - # Optional - x64 or x86 architecture, defaults to x64 - architecture: 'x64' # You can test your matrix by printing the current Python version - name: Display Python version @@ -374,12 +370,10 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python 3.x - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: # Semantic version range syntax or exact version of a Python version python-version: '3.x' - # Optional - x64 or x86 architecture, defaults to x64 - architecture: 'x64' # You can test your matrix by printing the current Python version - name: Display Python version -- cgit v1.2.3