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 32
32
- macos-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
- name : Install the latest version of uv
89
89
steps :
90
90
- name : Let us have colors
91
91
run : echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
92
- - uses : actions/checkout@v4
92
+ - uses : actions/checkout@v5
93
93
with :
94
94
fetch-depth : 0
95
95
- name : Install the latest version of uv
@@ -133,7 +133,7 @@ jobs:
133
133
- { "name": "docs", "target": "build" }
134
134
- { "name": "readme", "target": "run" }
135
135
steps :
136
- - uses : actions/checkout@v4
136
+ - uses : actions/checkout@v5
137
137
with :
138
138
fetch-depth : 0
139
139
- name : Install the latest version of uv
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Install the latest version of uv
You can’t perform that action at this time.
0 commit comments