From adfe05ce33595f42a94bb120e07f2368071666f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:05:09 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12 --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 9a681699..44aefef8 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -34,6 +34,6 @@ jobs: run: npm ci - name: Danger - uses: danger/danger-js@11.3.1 + uses: danger/danger-js@12.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}