Skip to content

Commit 4be1376

Browse files
committed
Bump actions/checkout from 4 to 5
1 parent 99ee7e6 commit 4be1376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build source tarball
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-python@v5
2020
- run: |
2121
python -m pip install --upgrade build
@@ -40,7 +40,7 @@ jobs:
4040
PIP_CONFIG_SETTINGS="build_ext=-j4"
4141
CFLAGS="-g0"
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Build sdist
4545
run: pipx run build --sdist
4646
- name: Build wheels

0 commit comments

Comments
 (0)