Skip to content

Commit 2d0eb3e

Browse files
author
Paul Dreik
committed
update tag for bloaty
1 parent 26f0b4f commit 2d0eb3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bloaty.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cmake --build build-head --target install
3333
- name: Bloat analysis - absolute values
3434
id: absolute
35-
uses: pauldreik/bloaty-analyze@v1.0.0
35+
uses: pauldreik/bloaty-analyze@v1.0.1
3636
with: # see https://github.com/marketplace/actions/bloaty-analyze for explanations what these do
3737
file: install-head/lib/libsimdjson.a
3838
rows: 0
@@ -56,7 +56,7 @@ jobs:
5656
cmake --build build-base --target install
5757
- name: Bloat analysis - diff
5858
id: diff
59-
uses: pauldreik/bloaty-analyze@v1.0.0
59+
uses: pauldreik/bloaty-analyze@v1.0.1
6060
if: ${{ github.event_name == 'pull_request' }}
6161
with: # see https://github.com/marketplace/actions/bloaty-analyze for explanations what these do
6262
file: install-head/lib/libsimdjson.a

0 commit comments

Comments
 (0)