From: Christian Clauss Date: Tue, 26 Dec 2023 19:50:18 +0000 (+0100) Subject: Upgrade GitHub Actions (#1054) X-Git-Tag: v2.15.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e60a1f6cf178d9f57fcc14f157ea1b2ab77361;p=thirdparty%2Fbabel.git Upgrade GitHub Actions (#1054) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2096ea5..25071a68 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"