File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 version : ${{ steps.extract.outputs.version }}
3030 tag_exists : ${{ steps.check_tag.outputs.exists }}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535 fetch-tags : true
6060 contents : write
6161
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464
6565 # iOS Build
6666 - name : Build iOS App
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Extract version from Xcode project
2626 id : extract
You can’t perform that action at this time.
0 commit comments