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 1212 runs-on : macos-14 # Apple Silicon Runner
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : n1hility/cancel-previous-runs@v3
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 runs-on : macos-14 # Apple Silicon Runner
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : n1hility/cancel-previous-runs@v3
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
2828 xcode-version : ' 15.4'
2929
3030 - name : 🚚 Fetch repo
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 1616 runs-on : macos-15 # Apple Silicon Runner
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : n1hility/cancel-previous-runs@v3
2121 with :
2222 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 echo "PROJECT_FOLDER=$(pwd)" >> $GITHUB_ENV
2424 shell : bash
2525
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 repository : " Adyen/adyen-swift-public-api-diff"
2929 ref : ${{ env.VERSION_NUMBER }}
You can’t perform that action at this time.
0 commit comments