File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 env :
1111 AVD_NAME : ubuntu-avd-x86_64-31
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 persist-credentials : false
1616
@@ -33,13 +33,13 @@ jobs:
3333 key : avd-31
3434
3535 - name : Setup NodeJS
36- uses : actions/setup-node@v4
36+ uses : actions/setup-node@v5
3737 with :
3838 node-version : 18
3939 cache : ' yarn'
4040
4141 - name : Set up JDK 17
42- uses : actions/setup-java@v3
42+ uses : actions/setup-java@v5
4343 with :
4444 java-version : 17
4545 distribution : ' adopt'
9090 name : Test iOS (Only build)
9191 runs-on : macOS-13
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v5
9494 with :
9595 persist-credentials : false
9696
@@ -108,7 +108,7 @@ jobs:
108108 key : ${{ runner.os }}-${{ hashFiles('tests/ios/Podfile.lock') }}
109109
110110 - name : Setup NodeJS
111- uses : actions/setup-node@v4
111+ uses : actions/setup-node@v5
112112 with :
113113 node-version : 18
114114 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments