From bad16cc29ce31eb27a1426d0ec23466f43c44d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:30:47 +0000 Subject: [PATCH] Bump trunk-io/trunk-action from 1.1.15 to 1.1.17 Bumps [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action) from 1.1.15 to 1.1.17. - [Release notes](https://github.com/trunk-io/trunk-action/releases) - [Commits](https://github.com/trunk-io/trunk-action/compare/f6c5f1b90503c30e02059667dbc247f2257b63c5...12da16fcdd5cad1903d0082e591e09df7b67c7f0) --- updated-dependencies: - dependency-name: trunk-io/trunk-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/trunk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 26a01671d..38f6562d8 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -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 }} @@ -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