Skip to content

Commit 40e60a1

Browse files
authored
Upgrade GitHub Actions (#1054)
1 parent 2a1709a commit 40e60a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- "3.9"
3434
- "3.10"
3535
- "3.11"
36-
- "pypy3.8"
3736
- "3.12"
37+
- "pypy3.10"
3838
env:
3939
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
4040
BABEL_CLDR_QUIET: "1"
@@ -45,10 +45,10 @@ jobs:
4545
path: cldr
4646
key: cldr-${{ hashFiles('scripts/*cldr*') }}
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
51-
allow-prereleases: true # For Python 3.12
51+
allow-prereleases: true
5252
cache: "pip"
5353
cache-dependency-path: "**/setup.py"
5454
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
needs: lint
6969
steps:
7070
- uses: actions/checkout@v4
71-
- uses: actions/setup-python@v4
71+
- uses: actions/setup-python@v5
7272
with:
7373
python-version: "3.12"
7474
cache: "pip"

0 commit comments

Comments
 (0)