File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 outputs :
2222 has_qa_tag : ${{ steps.detect.outputs.has_qa_tag }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 fetch-tags : true
4949 runs-on : macos-latest
5050 timeout-minutes : 30
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353
5454 - name : Install private config files
5555 uses : ./.github/actions/install-private-config
6363 xcode-version : ${{ env.XCODE_VERSION }}
6464
6565 - name : Cache SwiftPM
66- uses : actions/cache@v4
66+ uses : actions/cache@v5
6767 with :
6868 path : |
6969 ~/.swiftpm
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout merge commit
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 ref : ${{ github.event.pull_request.merge_commit_sha }}
3636
Original file line number Diff line number Diff line change 2828 timeout-minutes : 30
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232
3333 - name : Install private config files
3434 uses : ./.github/actions/install-private-config
4242 xcode-version : ${{ env.XCODE_VERSION }}
4343
4444 - name : Cache SwiftPM
45- uses : actions/cache@v4
45+ uses : actions/cache@v5
4646 with :
4747 path : |
4848 ~/.swiftpm
6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969
7070 - name : Install private config files
7171 uses : ./.github/actions/install-private-config
You can’t perform that action at this time.
0 commit comments