File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 example : [ android ]
1818 steps :
19- - uses : actions/checkout@v3.3.0
19+ - uses : actions/checkout@v4.1.6
2020 - uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 1010 androidBuild :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3.3.0
13+ - uses : actions/checkout@v4.1.6
1414 - name : set up JDK
1515 uses : actions/setup-java@v3
1616 with :
3838 working-directory : android
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v3.3.0
41+ uses : actions/checkout@v4.1.6
4242 with :
4343 fetch-depth : 0
4444 - name : Install JDK
6565 xcode : ["14.2.0", "13.4.1"]
6666 macOS : ["macos-12"]
6767 steps :
68- - uses : actions/checkout@v3.3.0
68+ - uses : actions/checkout@v4.1.6
6969 - name : Install gpg
7070 run : brew install gnupg
7171 - uses : maxim-lobanov/setup-xcode@v1.5.1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3.3.0
13+ uses : actions/checkout@v4.1.6
1414 with :
1515 fetch-depth : 0
1616
You canβt perform that action at this time.
0 commit comments