Skip to content

Commit

Permalink
Merge pull request #71 from zfit/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-python-5.1.0

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
jonas-eschle authored Apr 1, 2024
2 parents b6e1f3f + 0b84493 commit ee61c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5.0.0
- uses: actions/setup-python@v5.1.0

- name: Build SDist and wheel
run: pipx run --spec build pyproject-build
Expand Down

0 comments on commit ee61c26

Please sign in to comment.