Skip to content

Commit b038dc8

Browse files
Merge pull request #140 from scikit-hep/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents e35922d + ff02b1e commit b038dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Format
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: actions/setup-python@v6
2222
- uses: pre-commit/[email protected]
2323
with:
@@ -40,7 +40,7 @@ jobs:
4040

4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444

4545
- uses: actions/setup-python@v6
4646
with:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262

6363
- name: Build sdist and wheel
6464
run: pipx run --spec build pyproject-build

0 commit comments

Comments
 (0)