Skip to content

Commit

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

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
jonas-eschle authored Jan 5, 2024
2 parents 5973caa + f11ddad commit ceee238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Get number of CPU cores
id: cpu-cores
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit ceee238

Please sign in to comment.