File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout 🛎
12- uses : actions/checkout@v2.4.0
12+ uses : actions/checkout@v3
1313 with :
14- # If you're using actions/checkout@v2.4.0 you must set persist-credentials to false in most cases for the deployment to work correctly.
14+ # If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.
1515 persist-credentials : false
1616
1717 - name : Cache 📦
Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : macOS-11.0
1212 steps :
13- - uses : actions/checkout@v2.4.0
13+ - uses : actions/checkout@v3
1414 - name : Run tests
1515 env :
1616 DEVELOPER_DIR : /Applications/Xcode_12.5.1.app
You can’t perform that action at this time.
0 commit comments