Skip to content

Commit

Permalink
Bump trunk-io/trunk-action from 1.1.7 to 1.1.9 (#176)
Browse files Browse the repository at this point in the history
Bumps [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action) from 1.1.7 to 1.1.9.
- [Release notes](https://github.com/trunk-io/trunk-action/releases)
- [Commits](trunk-io/trunk-action@v1.1.7...97ecd21)

---
updated-dependencies:
- dependency-name: trunk-io/trunk-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sall <[email protected]>
  • Loading branch information
dependabot[bot] and ss-o authored Sep 21, 2023
1 parent 1fb290b commit d47f780
Showing 1 changed file with 2 additions and 2 deletions.
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@883e222ef19201ad402ef73e58101ec8186d7d54
uses: trunk-io/trunk-action@97ecd21fe6c743bf7a606791584b683a7995c70e
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@v1.1.7
uses: trunk-io/trunk-action/upgrade@97ecd21fe6c743bf7a606791584b683a7995c70e

0 comments on commit d47f780

Please sign in to comment.