Skip to content

Commit

Permalink
Update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Williams <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 6c9f63d commit bb87e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install -r requirements-dev.txt

- name: Build Assets
Expand Down

0 comments on commit bb87e2a

Please sign in to comment.