Skip to content

Commit 8ecd876

Browse files
authored
Merge branch 'ttytm:main' into main
2 parents 7ba27e6 + b605555 commit 8ecd876

File tree

3 files changed

+113
-122
lines changed

3 files changed

+113
-122
lines changed

.github/workflows/tarpaulin.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: cargo
24-
uses: taiki-e/[email protected].15
24+
uses: taiki-e/[email protected].58
2525
with:
2626
tool: cargo-tarpaulin
2727

2828
- name: python
29-
uses: actions/setup-python@v5.2.0
29+
uses: actions/setup-python@v5.3.0
3030
with:
3131
python-version: 3.11
3232

3333
- name: checkout
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].2
3535
with:
3636
ref: ${{ github.head_ref }}
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -50,7 +50,7 @@ jobs:
5050
&& echo '```' >> message.txt
5151
5252
- name: comment
53-
uses: thollander/actions-comment-pull-request@v2.5.0
53+
uses: thollander/actions-comment-pull-request@v3.0.0
5454
with:
55-
comment_tag: tarpaulin
56-
filePath: message.txt
55+
comment-tag: tarpaulin
56+
file-path: message.txt

0 commit comments

Comments
 (0)