File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
check-manifest :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- run : pipx run check-manifest
23
23
24
24
pyright :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- uses : astral-sh/setup-uv@v6
29
29
- run : uv run pyright
30
30
49
49
resolution : " lowest-direct"
50
50
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
with :
54
54
fetch-depth : 0
55
55
95
95
extra : " pyside2"
96
96
97
97
steps :
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@v5
99
99
with :
100
100
fetch-depth : 0
101
101
@@ -163,7 +163,7 @@ jobs:
163
163
needs : [check-manifest, test]
164
164
runs-on : ubuntu-latest
165
165
steps :
166
- - uses : actions/checkout@v4
166
+ - uses : actions/checkout@v5
167
167
with :
168
168
fetch-depth : 0
169
169
- uses : hynek/build-and-inspect-python-package@v2
You can’t perform that action at this time.
0 commit comments