File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1212 name : Runic formatting
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : julia-actions/setup-julia@v2
1717 with :
1818 version : " 1"
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.draft == false
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{github.event.pull_request.head.ref}}
2222 repository : ${{github.event.pull_request.head.repo.full_name}}
5858 [ $EXIT_CODE -eq 2 ] && exit 1 || exit 0
5959
6060 - name : Find comment
61- uses : peter-evans/find-comment@v3
61+ uses : peter-evans/find-comment@v4
6262 id : find-comment
6363 with :
6464 issue-number : ${{ github.event.pull_request.number }}
6767
6868 - name : Comment formatting suggestions
6969 if : steps.runic.outputs.exit_code == 1
70- uses : peter-evans/create-or-update-comment@v4
70+ uses : peter-evans/create-or-update-comment@v5
7171 with :
7272 comment-id : ${{ steps.find-comment.outputs.comment-id }}
7373 issue-number : ${{ github.event.pull_request.number }}
8989
9090 - name : Update stale comment
9191 if : steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id
92- uses : peter-evans/create-or-update-comment@v4
92+ uses : peter-evans/create-or-update-comment@v5
9393 with :
9494 comment-id : ${{ steps.find-comment.outputs.comment-id }}
9595 issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : julia-actions/setup-julia@v2
1616 with :
1717 version : " 1"
4242 mkdir -p plots
4343 benchpkgplot ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
4444 - name : Upload plot as artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : plots
4848 path : plots
@@ -60,15 +60,15 @@ jobs:
6060 echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
6161
6262 - name : Find Comment
63- uses : peter-evans/find-comment@v3
63+ uses : peter-evans/find-comment@v4
6464 id : fcbenchmark
6565 with :
6666 issue-number : ${{ github.event.pull_request.number }}
6767 comment-author : ' github-actions[bot]'
6868 body-includes : Benchmark Results
6969
7070 - name : Comment on PR
71- uses : peter-evans/create-or-update-comment@v4
71+ uses : peter-evans/create-or-update-comment@v5
7272 with :
7373 comment-id : ${{ steps.fcbenchmark.outputs.comment-id }}
7474 issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 - os : windows-2025
4545 pocl : local
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : julia-actions/install-juliaup@v2
4949 with :
5050 channel : ${{ matrix.version }}
5151 - uses : julia-actions/cache@v2
5252 - name : Checkout pocl
5353 if : ${{ matrix.pocl == 'local' }}
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : pocl/pocl
5757 path : pocl
@@ -146,14 +146,14 @@ jobs:
146146 Pkg.activate(".")
147147 Pkg.test()
148148 - uses : julia-actions/julia-processcoverage@v1
149- - uses : codecov/codecov-action@v4
149+ - uses : codecov/codecov-action@v5
150150 with :
151- file : lcov.info
151+ files : lcov.info
152152 docs :
153153 name : Documentation
154154 runs-on : ubuntu-latest
155155 steps :
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v5
157157 - uses : julia-actions/setup-julia@v2
158158 with :
159159 version : ' 1'
@@ -167,7 +167,7 @@ jobs:
167167 name : Doctests
168168 runs-on : ubuntu-latest
169169 steps :
170- - uses : actions/checkout@v4
170+ - uses : actions/checkout@v5
171171 - uses : julia-actions/setup-julia@v2
172172 with :
173173 version : ' 1'
You can’t perform that action at this time.
0 commit comments