File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : iOS
1212 runs-on : macos-26
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - name : Build for iOS
1616 run : |
1717 xcrun xcodebuild \
2525 name : tvOS
2626 runs-on : macos-26
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 - name : Build for tvOS
3030 run : |
3131 xcrun xcodebuild \
3939 name : watchOS
4040 runs-on : macos-26
4141 steps :
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343 - name : Build for watchOS
4444 run : |
4545 xcrun xcodebuild \
5353 name : visionOS
5454 runs-on : macos-26
5555 steps :
56- - uses : actions/checkout@v6
56+ - uses : actions/checkout@v7
5757 - name : Build for visionOS
5858 run : |
5959 xcrun xcodebuild \
6969 env :
7070 DEVELOPER_DIR : /Applications/Xcode_26.4.app/Contents/Developer
7171 steps :
72- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
72+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7373 - name : Validate P256K DocC
7474 run : swift package generate-documentation --target P256K --analyze --warnings-as-errors
7575 - name : Validate ZKP DocC
Original file line number Diff line number Diff line change 2323 run : apt-get update && apt-get install -y libjemalloc-dev
2424
2525 - name : Checkout
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727
2828 - name : Run benchmarks
2929 working-directory : Projects
Original file line number Diff line number Diff line change 2727 DEBIAN_FRONTEND : noninteractive
2828
2929 - name : Checkout PR branch
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131
3232 - name : Mark workspace safe for git
3333 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change 1515 env :
1616 GH_TOKEN : ${{ secrets.BOT_TOKEN }}
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 - name : Download subtree binary
2121 run : |
Original file line number Diff line number Diff line change 2929 DEVELOPER_DIR : " /Applications/Xcode_26.4.app/Contents/Developer"
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
32+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3333 with :
3434 ref : ${{ github.event.inputs.release_tag || github.ref }}
3535 fetch-depth : 0 # ensure tags are fetched so we can delete them below
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 name : Linux
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - name : Build and test
1616 run : docker build .
1717
1818 wasm :
1919 name : WebAssembly
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - name : Build for WebAssembly
2424 run : |
2525 docker run --pull=always --rm -v "$PWD:/workspace" -w /workspace \
3737 name : Android
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v7
4141 - name : Build for Android
4242 run : |
4343 docker run --pull=always --rm -v "$PWD:/workspace" -w /workspace \
Original file line number Diff line number Diff line change 1818 env :
1919 GH_TOKEN : ${{ secrets.BOT_TOKEN }}
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424 token : ${{ secrets.BOT_TOKEN }}
Original file line number Diff line number Diff line change 1010 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 - name : Enable development dependencies
1515 env :
1616 TAG_NAME : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments