Skip to content

Commit

Permalink
Merge pull request #39 from scikit-hep/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
jonas-eschle authored Sep 24, 2024
2 parents 1e6cacb + a6f1894 commit 4f49296
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 @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Install wheel and sdist requirements
run: python -m pip install "build"
Expand Down

0 comments on commit 4f49296

Please sign in to comment.