From ab2edcfd0e1ddef9856d0e95eea09c9be467ad9d Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Wed, 18 Oct 2023 18:17:31 +0200 Subject: [PATCH] Use setup-python@v4 and Python 3.10 in CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddb2e469..c677aa7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,9 @@ jobs: needs: lint-files steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: '3.10' - uses: s-weigand/setup-conda@v1.1.1 with: conda-channels: conda-forge