Skip to content

Commit

Permalink
Merge pull request #343 from anarkiwi/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
anarkiwi authored Dec 6, 2023
2 parents 1e24298 + dc06156 commit ef2e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up python-${{ env.RELEASE_PY_VER }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.RELEASE_PY_VER }}
- name: Build python package
Expand Down

0 comments on commit ef2e277

Please sign in to comment.