diff --git a/.github/workflows/annotate_pr.yaml b/.github/workflows/annotate_pr.yaml index 48ad96a3a19f..d94331771221 100644 --- a/.github/workflows/annotate_pr.yaml +++ b/.github/workflows/annotate_pr.yaml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v4 - name: Trunk Check - uses: trunk-io/trunk-action@v1.1.17 + uses: trunk-io/trunk-action@v1 with: post-annotations: true # only for fork PRs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7781380b4d3d..035bf69a0866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: npm install - name: Lint Files (eslint) - uses: trunk-io/trunk-action@v1.1.17 + uses: trunk-io/trunk-action@v1 with: # Run on everything except the docs folder. @@ -33,7 +33,7 @@ jobs: check-mode: all - name: Lint Files (other) - uses: trunk-io/trunk-action@v1.1.17 + uses: trunk-io/trunk-action@v1 with: # Run on everything except the docs folder. @@ -46,7 +46,7 @@ jobs: run: node Makefile checkLicenses - name: Lint Docs Files (eslint) - uses: trunk-io/trunk-action@v1.1.17 + uses: trunk-io/trunk-action@v1 with: # Run only on the docs folder. @@ -54,7 +54,7 @@ jobs: check-mode: all - name: Lint Docs Files (other) - uses: trunk-io/trunk-action@v1.1.17 + uses: trunk-io/trunk-action@v1 with: # Run only on the docs folder.