Skip to content

Commit

Permalink
Merge pull request #119 from googlefonts/renovate/actions-setup-pytho…
Browse files Browse the repository at this point in the history
…n-5.x

Update actions/setup-python action to v5
  • Loading branch information
simoncozens authored Jan 16, 2025
2 parents 5539a25 + a43622a commit b5b4143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Build wheels
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Build wheels
Expand Down

0 comments on commit b5b4143

Please sign in to comment.