Skip to content

Commit f0c5f81

Browse files
committed
update github action
1 parent 87f359f commit f0c5f81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Trunk install
26-
uses: trunk-io/trunk-action/setup@v1
26+
uses: jetli/trunk-action@v0.5.0
27+
with:
28+
version: 'latest'
2729
- name: Set up Python
2830
uses: actions/setup-python@v3
2931
with:

0 commit comments

Comments
 (0)