File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : ' Calculate PR commits + 1'
10
10
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
ref : ${{ github.event.pull_request.head.sha }}
14
14
fetch-depth : ${{ env.PR_FETCH_DEPTH }}
Original file line number Diff line number Diff line change 25
25
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler
26
26
timeout-minutes : 10
27
27
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 1
31
31
clean : true
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Run Generic DRM Tests
19
19
run : |
25
25
runs-on : ubuntu-latest
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
30
30
- name : Install Dependencies
31
31
run : |
43
43
runs-on : ubuntu-latest
44
44
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
48
48
- name : Install Dependencies
49
49
run : |
You can’t perform that action at this time.
0 commit comments