Skip to content

Commit

Permalink
Upgrade GitHub Actions (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 26, 2023
1 parent 2a1709a commit 40e60a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 40e60a1

Please sign in to comment.