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 1010 name : Review, Lint, Verify
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Danger
1616 uses : docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0
Original file line number Diff line number Diff line change 1414 runs-on : macos-15
1515 steps :
1616 - # Checkout the repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - # Install Ruby
2020 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1616 runs-on : macos-15
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - uses : maxim-lobanov/setup-xcode@v1
2222 with :
Original file line number Diff line number Diff line change 3535 ]
3636 steps :
3737 - name : Checkout the repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - uses : maxim-lobanov/setup-xcode@v1
4040 with :
4141 xcode-version : latest-stable
8585 timeout-minutes : 30
8686 steps :
8787 - name : Checkout the repository
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989 - uses : maxim-lobanov/setup-xcode@v1
9090 with :
9191 xcode-version : latest-stable
You can’t perform that action at this time.
0 commit comments