From 40e60a1f6cf178d9f57fcc14f157ea1b2ab77361 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 26 Dec 2023 20:50:18 +0100 Subject: [PATCH] Upgrade GitHub Actions (#1054) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2096ea5b..25071a68f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: - "3.9" - "3.10" - "3.11" - - "pypy3.8" - "3.12" + - "pypy3.10" env: BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1" BABEL_CLDR_QUIET: "1" @@ -45,10 +45,10 @@ jobs: path: cldr key: cldr-${{ hashFiles('scripts/*cldr*') }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - allow-prereleases: true # For Python 3.12 + allow-prereleases: true cache: "pip" cache-dependency-path: "**/setup.py" - name: Install dependencies @@ -68,7 +68,7 @@ jobs: needs: lint steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.12" cache: "pip"