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 3232 - macos-latest
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 - name : Install the latest version of uv
8989 steps :
9090 - name : Let us have colors
9191 run : echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 with :
9494 fetch-depth : 0
9595 - name : Install the latest version of uv
@@ -133,7 +133,7 @@ jobs:
133133 - { "name": "docs", "target": "build" }
134134 - { "name": "readme", "target": "run" }
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137137 with :
138138 fetch-depth : 0
139139 - name : Install the latest version of uv
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Install the latest version of uv
You can’t perform that action at this time.
0 commit comments