Skip to content

Commit

Permalink
Merge pull request #41 from scikit-hep/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
jonas-eschle authored Sep 24, 2024
2 parents de78d98 + e9ab69d commit 4b35701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 3.10
name: Tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
Expand All @@ -55,7 +55,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v2

- name: Install wheel and sdist requirements
Expand Down

0 comments on commit 4b35701

Please sign in to comment.