File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
build-library-and-examples :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Prepare
16
16
run : |
17
17
sudo apt-get update
Original file line number Diff line number Diff line change 10
10
code-static-check :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Prepare
15
15
run : |
16
16
sudo apt-get update
22
22
code-style-check :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Prepare
27
27
run : |
28
28
sudo apt-get update
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout C
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- uses : actions/setup-java@v3
34
34
with :
35
35
distribution : ' temurin'
Original file line number Diff line number Diff line change 22
22
echo "${{ github.ref_name }}" | perl -ne 'die unless m/^release-\d+\.\d+$/'
23
23
echo "${{ github.event.inputs.releaseVersion }}" | perl -ne 'die unless m/^\d+\.\d+\.\d+$/'
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : Check Actor
27
27
run : |
28
28
# Release actor should be in the OWNER list
You can’t perform that action at this time.
0 commit comments