File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
outputs :
23
23
docs : ${{ steps.filter.outputs.docs }}
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
# For pull requests it's not necessary to checkout the code but for the main branch it is
27
27
- uses : dorny/paths-filter@v3
28
28
id : filter
53
53
env :
54
54
GITHUB_CONTEXT : ${{ toJson(github) }}
55
55
run : echo "$GITHUB_CONTEXT"
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- name : Set up Python
58
58
uses : actions/setup-python@v5
59
59
with :
Original file line number Diff line number Diff line change 23
23
env :
24
24
GITHUB_CONTEXT : ${{ toJson(github) }}
25
25
run : echo "$GITHUB_CONTEXT"
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
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@v4
23
+ - uses : actions/checkout@v5
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 22
22
permissions :
23
23
id-token : write
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5
28
28
with :
Original file line number Diff line number Diff line change 16
16
if : ${{ github.event.workflow_run.conclusion == 'success' }}
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.9'
Original file line number Diff line number Diff line change 22
22
env :
23
23
GITHUB_CONTEXT : ${{ toJson(github) }}
24
24
run : echo "$GITHUB_CONTEXT"
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5
28
28
with :
Original file line number Diff line number Diff line change 39
39
fail-fast : false
40
40
runs-on : ${{ matrix.os }}
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- name : Set up Python
44
44
uses : actions/setup-python@v5
45
45
with :
87
87
- test
88
88
runs-on : ubuntu-latest
89
89
steps :
90
- - uses : actions/checkout@v4
90
+ - uses : actions/checkout@v5
91
91
- uses : actions/setup-python@v5
92
92
with :
93
93
python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments