Skip to content

Commit

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

build(deps): bump actions/setup-python from 4.7.0 to 5.0.0
  • Loading branch information
jonas-eschle authored Jan 5, 2024
2 parents fba5ce1 + 0e4c964 commit 251f4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@v4.7.0
- uses: actions/setup-python@v5.0.0

- name: Build SDist and wheel
run: pipx run --spec build pyproject-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: JIT compiled tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v5.0.0
name: Set up Python ${{ matrix.python-version }}

with:
Expand All @@ -56,7 +56,7 @@ jobs:
name: Eager mode tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v5.0.0
name: Set up Python ${{ matrix.python-version }}

with:
Expand Down

0 comments on commit 251f4e2

Please sign in to comment.