]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Upgrade GitHub Actions (#1054)
authorChristian Clauss <cclauss@me.com>
Tue, 26 Dec 2023 19:50:18 +0000 (20:50 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 19:50:18 +0000 (19:50 +0000)
.github/workflows/ci.yml

index c2096ea5b76335c9bbe322afc8ebcaa57b88836b..25071a68f3aba081314d80d80f9b94ce512c97d0 100644 (file)
@@ -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"