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 @@ -10,12 +10,12 @@ jobs:
10
10
runs-on : " ubuntu-latest"
11
11
steps :
12
12
- name : " Checkout rsdk"
13
- uses : " actions/checkout@v4 "
13
+ uses : " actions/checkout@v5 "
14
14
with :
15
15
ref : " e63fac2d244abf755ebc4ac9584513f133313cfc"
16
16
repository : " RadxaOS-SDK/rsdk"
17
17
- name : " Checkout current repo"
18
- uses : " actions/checkout@v4 "
18
+ uses : " actions/checkout@v5 "
19
19
with :
20
20
path : " .infra-repo"
21
21
- env :
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
core.setFailed('Required secrets are unset!');
19
19
}
20
20
- name : " Checkout rsdk"
21
- uses : " actions/checkout@v4 "
21
+ uses : " actions/checkout@v5 "
22
22
with :
23
23
ref : " e63fac2d244abf755ebc4ac9584513f133313cfc"
24
24
repository : " RadxaOS-SDK/rsdk"
25
25
- name : " Checkout current repo"
26
- uses : " actions/checkout@v4 "
26
+ uses : " actions/checkout@v5 "
27
27
with :
28
28
path : " .infra-repo"
29
29
token : " ${{secrets.GIT_PUSH_TOKEN}}"
You can’t perform that action at this time.
0 commit comments