Skip to content

Commit 4f08332

Browse files
authored
ci: unpin trunk-io/trunk-action (#19108)
1 parent 3087c9e commit 4f08332

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/annotate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Trunk Check
23-
uses: trunk-io/trunk-action@v1.1.17
23+
uses: trunk-io/trunk-action@v1
2424
with:
2525
post-annotations: true # only for fork PRs

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
run: npm install
2626

2727
- name: Lint Files (eslint)
28-
uses: trunk-io/trunk-action@v1.1.17
28+
uses: trunk-io/trunk-action@v1
2929
with:
3030

3131
# Run on everything except the docs folder.
3232
arguments: --ignore=docs/** --filter=eslint
3333
check-mode: all
3434

3535
- name: Lint Files (other)
36-
uses: trunk-io/trunk-action@v1.1.17
36+
uses: trunk-io/trunk-action@v1
3737
with:
3838

3939
# Run on everything except the docs folder.
@@ -46,15 +46,15 @@ jobs:
4646
run: node Makefile checkLicenses
4747

4848
- name: Lint Docs Files (eslint)
49-
uses: trunk-io/trunk-action@v1.1.17
49+
uses: trunk-io/trunk-action@v1
5050
with:
5151

5252
# Run only on the docs folder.
5353
arguments: --ignore=** --ignore=!docs/** --filter=eslint
5454
check-mode: all
5555

5656
- name: Lint Docs Files (other)
57-
uses: trunk-io/trunk-action@v1.1.17
57+
uses: trunk-io/trunk-action@v1
5858
with:
5959

6060
# Run only on the docs folder.

0 commit comments

Comments
 (0)