From 83c52f6c94091140e563a448035bef8dcda59af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:51:32 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12.3.3 --- .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 c22c2ad..c1ab9e2 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.0 + uses: danger/danger-js@12.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}