File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
89
89
} > benchmark_comment
90
90
- name : Comment PR
91
91
if : ${{ env.hasBenchmark == '1' }}
92
- uses : thollander/actions-comment-pull-request@v2
92
+ uses : thollander/actions-comment-pull-request@v3
93
93
with :
94
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
- filePath : benchmark_comment
96
- comment_tag : ' Pull request benchmark comparison [${{ matrix.os }}] with'
94
+ github-token : ${{ secrets.GITHUB_TOKEN }}
95
+ file-path : benchmark_comment
96
+ comment-tag : ' Pull request benchmark comparison [${{ matrix.os }}] with'
97
97
- name : Exit with correct status
98
98
if : ${{ success() || failure() }}
99
99
run : |
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- os : [macos-14 ]
17
- swift : [ "5.10" ]
16
+ os : [macos-15 ]
17
+ swift : [ "5.10", "6.0" ]
18
18
19
19
runs-on : ${{ matrix.os }}
20
- env :
21
- DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
20
+ # env:
21
+ # DEVELOPER_DIR: /Applications/Xcode_16.1 .app/Contents/Developer
22
22
23
23
steps :
24
24
- uses : swift-actions/setup-swift@v2
Original file line number Diff line number Diff line change 19
19
failWhenOutdated : false
20
20
- name : Create Pull Request
21
21
if : steps.spm-dep-check.outputs.outdatedDependencies == 'true'
22
- uses : peter-evans/create-pull-request@v6
22
+ uses : peter-evans/create-pull-request@v7
23
23
with :
24
24
commit-message : ' chore: update package dependencies'
25
25
branch : updatePackageDepedencies
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [macos-14 ]
15
+ os : [macos-15 ]
16
16
17
17
runs-on : ${{ matrix.os }}
18
18
timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments