File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 lint-pr :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : CondeNast/conventional-pull-request-action@v0.2.0
1717 with :
1818 commitTitleMatch : false
Original file line number Diff line number Diff line change 1919 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2020 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
2121 steps :
22- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323 - uses : jdx/mise-action@v2
2424 with :
2525 experimental : true
Original file line number Diff line number Diff line change 1919 runs-on : ' ubuntu-latest'
2020 timeout-minutes : 15
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : jdx/mise-action@v2
2424 - name : Install dependencies
2525 run : mise run install
Original file line number Diff line number Diff line change 2323 timeout-minutes : 15
2424 if : " !startsWith(github.event.head_commit.message, '[Release]')"
2525 steps :
26- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2727 with :
2828 fetch-depth : 0
2929 - uses : jdx/mise-action@v2
Original file line number Diff line number Diff line change 2424 swift : ["6.0"]
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : SwiftyLab/setup-swift@latest
2929 with :
3030 swift-version : ${{ matrix.swift }}
4848 swift : ["6.0"]
4949 runs-on : ${{ matrix.os }}
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 - name : Select Xcode
5353 run : sudo xcode-select -switch /Applications/Xcode_$(cat .xcode-version).app
5454 - uses : SwiftyLab/setup-swift@latest
7070 timeout-minutes : 10
7171 runs-on : macos-latest
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v6
7474 - uses : jdx/mise-action@v2
7575 with :
7676 experimental : true
You can’t perform that action at this time.
0 commit comments