From 68210ec8d0f5ff86e7b5135d499858c3bf9ce8f3 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 21 Apr 2023 07:57:41 -0600 Subject: [PATCH] build: trunk bump --- .trunk/.gitignore | 2 +- .trunk/trunk.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.trunk/.gitignore b/.trunk/.gitignore index 695b519..8130ba6 100644 --- a/.trunk/.gitignore +++ b/.trunk/.gitignore @@ -5,4 +5,4 @@ plugins user_trunk.yaml user.yaml -tools +shims diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index f0dd191..ff29915 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,6 +1,6 @@ version: 0.1 cli: - version: 1.8.0 + version: 1.8.1 plugins: sources: - id: trunk @@ -15,7 +15,7 @@ lint: - prettier@2.8.7 - actionlint@1.6.24 - markdownlint@0.33.0 - - gitleaks@8.16.2 + - gitleaks@8.16.3 - git-diff-check ignore: - linters: [swiftlint]