Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent 03b626d commit c1179e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- target: "x86_64-apple-darwin"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Publish to PyPI
Expand Down

0 comments on commit c1179e3

Please sign in to comment.