File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
outputs :
18
18
docs : ${{ steps.filter.outputs.docs }}
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
# For pull requests it's not necessary to checkout the code but for the main branch it is
22
22
- uses : dorny/paths-filter@v2
23
23
id : filter
41
41
env :
42
42
GITHUB_CONTEXT : ${{ toJson(github) }}
43
43
run : echo "$GITHUB_CONTEXT"
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- name : Set up Python
46
46
uses : actions/setup-python@v4
47
47
with :
Original file line number Diff line number Diff line change 14
14
env :
15
15
GITHUB_CONTEXT : ${{ toJson(github) }}
16
16
run : echo "$GITHUB_CONTEXT"
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Clean site
19
19
run : |
20
20
rm -rf ./site
Original file line number Diff line number Diff line change 20
20
latest-changes :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
# To allow latest-changes to commit to the main branch
26
26
token : ${{ secrets.SQLMODEL_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 15
15
publish :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
21
21
with :
Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- name : Set up Python
33
33
uses : actions/setup-python@v4
34
34
with :
74
74
runs-on : ubuntu-latest
75
75
76
76
steps :
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
79
79
- uses : actions/setup-python@v4
80
80
with :
You can’t perform that action at this time.
0 commit comments