From bef41462a468228c8caa32dbdd5e41a58bc4a3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:58:16 +0000 Subject: [PATCH] Bump danger/kotlin from 1.3.2 to 1.3.3 Bumps [danger/kotlin](https://github.com/danger/kotlin) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/danger/kotlin/releases) - [Changelog](https://github.com/danger/kotlin/blob/master/CHANGELOG.md) - [Commits](https://github.com/danger/kotlin/compare/1.3.2...1.3.3) --- updated-dependencies: - dependency-name: danger/kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-compliance-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-compliance-check.yml b/.github/workflows/pr-compliance-check.yml index 1381a52f..6a62d5b2 100644 --- a/.github/workflows/pr-compliance-check.yml +++ b/.github/workflows/pr-compliance-check.yml @@ -82,7 +82,7 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: Danger - uses: danger/kotlin@1.3.2 + uses: danger/kotlin@1.3.3 with: run-mode: ci dangerfile: Dangerfile.df.kts