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 1111 build-library-and-examples :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Prepare
1616 run : |
1717 sudo apt-get update
Original file line number Diff line number Diff line change 1010 code-static-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Prepare
1515 run : |
1616 sudo apt-get update
2222 code-style-check :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Prepare
2727 run : |
2828 sudo apt-get update
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout C
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - uses : actions/setup-java@v4
3434 with :
3535 distribution : ' temurin'
Original file line number Diff line number Diff line change 2222 echo "${{ github.ref_name }}" | perl -ne 'die unless m/^release-\d+\.\d+$/'
2323 echo "${{ github.event.inputs.releaseVersion }}" | perl -ne 'die unless m/^\d+\.\d+\.\d+$/'
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 - name : Check Actor
2727 run : |
2828 # Release actor should be in the OWNER list
You can’t perform that action at this time.
0 commit comments