Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump trunk-io/trunk-action from 1.1.15 to 1.1.17 #304

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: ${{ inputs.pnpm_arguments }}
- if: ${{ inputs.action == 'check' }}
name: "✨ Check"
uses: trunk-io/trunk-action@f6c5f1b90503c30e02059667dbc247f2257b63c5
uses: trunk-io/trunk-action@12da16fcdd5cad1903d0082e591e09df7b67c7f0
with:
trunk-path: ${{ inputs.trunk_path }}
trunk-token: ${{ secrets.trunk-token }}
Expand All @@ -115,4 +115,4 @@ jobs:
arguments: ${{ inputs.arguments }}
- if: ${{ inputs.action == 'upgrade' }}
name: "✨ Upgrade"
uses: trunk-io/trunk-action/upgrade@f6c5f1b90503c30e02059667dbc247f2257b63c5
uses: trunk-io/trunk-action/upgrade@12da16fcdd5cad1903d0082e591e09df7b67c7f0
Loading