File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
publish :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- id : build-paper-qa-pymupdf
14
14
uses : hynek/build-and-inspect-python-package@v2
15
15
with :
Original file line number Diff line number Diff line change 14
14
matrix :
15
15
python-version : [3.11, 3.13] # Our min and max supported Python versions
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0 # For setuptools-scm, replace with fetch-tags after https://github.com/actions/checkout/issues/1471
20
20
- uses : actions/setup-python@v5
29
29
matrix :
30
30
python-version : [3.11] # Our min supported Python version
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : astral-sh/setup-uv@v6
34
34
with :
35
35
enable-cache : true
72
72
matrix :
73
73
python-version : [3.11, 3.13] # Our min and max supported Python versions
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- uses : astral-sh/setup-uv@v6
77
77
with :
78
78
enable-cache : true
You can’t perform that action at this time.
0 commit comments