Skip to content

Commit 98052aa

Browse files
authored
Merge pull request #191 from scikit-hep/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 24b5714 + ec497e1 commit 98052aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Format
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-python@v6
@@ -43,7 +43,7 @@ jobs:
4343
python-version: "3.12" # old versions not supported
4444
name: Check Python ${{ matrix.python-version }} ${{ matrix.os }}
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Setup Python ${{ matrix.python-version }}
@@ -72,7 +72,7 @@ jobs:
7272
dist:
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
with:
7777
fetch-depth: 0
7878

@@ -89,7 +89,7 @@ jobs:
8989
docs:
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@v6
9393
with:
9494
fetch-depth: 0
9595

0 commit comments

Comments
 (0)