Skip to content

Commit f297c39

Browse files
committed
revert back to actions v4 to keep this branch clean
1 parent 323df15 commit f297c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
PYTHON: ${{ matrix.python-version }}
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags
2828

0 commit comments

Comments
 (0)