From d566516f218f16c6b345ea25df139f59d5aad83f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 07:56:37 +1300 Subject: [PATCH] chore(deps): update danger/danger-js action to v11.2.1 (#1321) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 e0525c074..d6ae7294e 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@11.2.0 + uses: danger/danger-js@11.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}