File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
env : ${{ matrix.env }}
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Checkout sample streams
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
repository : strukturag/libde265-data
24
24
path : libde265-data
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
env : ${{ matrix.env }}
18
18
runs-on : ubuntu-22.04
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- name : Checkout sample streams
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
repository : strukturag/libde265-data
26
26
path : libde265-data
Original file line number Diff line number Diff line change 10
10
env :
11
11
TOKEN : ${{ secrets.COVERITY_SCAN_TOKEN }}
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Cache Coverity build tool
16
16
uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
runs-on : ubuntu-22.04
31
31
continue-on-error : true
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
35
35
- name : Checkout sample streams
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
repository : strukturag/libde265-data
39
39
path : libde265-data
Original file line number Diff line number Diff line change 10
10
licensecheck :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Install dependencies
16
16
run : |
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
env : ${{ matrix.env }}
17
17
runs-on : ubuntu-22.04
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Checkout sample streams
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
repository : strukturag/libde265-data
25
25
path : libde265-data
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
runs-on : macos-13
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Checkout sample streams
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
repository : strukturag/libde265-data
27
27
path : libde265-data
You can’t perform that action at this time.
0 commit comments