From ae85dce109275f64c6af16821283ad6c59ccc916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:24:44 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12.3.4 --- .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 3b396f17f..f55de7630 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,6 @@ jobs: with: persist-credentials: false - name: Danger - uses: danger/danger-js@12.3.3 + uses: danger/danger-js@12.3.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}