Skip to content

Commit 6c73927

Browse files
committed
🐛 make SAX output locale-independent #4084
1 parent 772f8b4 commit 6c73927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
name: code-coverage-report
127127
path: ${{ github.workspace }}/build/html
128128
- name: Publish report to Coveralls
129-
uses: coverallsapp/github-action@master
129+
uses: coverallsapp/github-action@v2.3.4
130130
with:
131131
github-token: ${{ secrets.GITHUB_TOKEN }}
132132
path-to-lcov: ${{ github.workspace }}/build/json.info.filtered.noexcept

0 commit comments

Comments
 (0)