From c40480ce47cd49193b15ffd747937d929a5638d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:49:20 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v13 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 952b0f0..62306a1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,6 +28,6 @@ jobs: with: persist-credentials: false - name: Danger - uses: danger/danger-js@12.3.4 + uses: danger/danger-js@13.0.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}