Skip to content

Commit

Permalink
Merge pull request #15 from dimension-sh/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
nikdoof authored Dec 6, 2023
2 parents 6c9f63d + bb87e2a commit 5f58475
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 5f58475

Please sign in to comment.