File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
app-id : ${{ secrets.APP_ID }}
20
20
private-key : ${{ secrets.APP_PRIVATE_KEY }}
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : astral-sh/setup-uv@v6
23
23
- run : uvx nox -s pc_bump
24
24
env :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 18
18
run-cookie : ${{ steps.cookie-changes.outputs.run-cookie || false }}
19
19
run-rr : ${{ steps.rr-changes.outputs.run-rr || false }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Changed cookie-related files
24
24
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 13
13
name : Format
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Lint all
19
19
run : pipx run nox -s 'lint'
32
32
runs-on : ubuntu-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
37
37
- uses : actions/setup-python@v5
38
38
with :
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ubuntu-latest
103
103
104
104
steps :
105
- - uses : actions/checkout@v4
105
+ - uses : actions/checkout@v5
106
106
107
107
- uses : actions/setup-python@v5
108
108
with :
@@ -169,7 +169,7 @@ jobs:
169
169
runs-on : ubuntu-latest
170
170
171
171
steps :
172
- - uses : actions/checkout@v4
172
+ - uses : actions/checkout@v5
173
173
174
174
- name : Build sdist and wheel
175
175
run : pipx run nox -s dist
Original file line number Diff line number Diff line change 19
19
runs-on : [ubuntu-latest, macos-14, windows-latest]
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
39
39
name : Action
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
with :
44
44
fetch-depth : 0
45
45
50
50
name : Run cog on README
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
fetch-depth : 0
56
56
69
69
name : Run pylint
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
with :
74
74
fetch-depth : 0
75
75
You can’t perform that action at this time.
0 commit comments