From 45065d5c037d5494afaa90cde1976c7ba16a4fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 07:23:33 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-github-app-token action to v1.1.6 (#845) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 25563b3..f22b67f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: permissions: {} steps: # https://github.com/peaceiris/actions-github-app-token - - uses: peaceiris/actions-github-app-token@v1.1.5 + - uses: peaceiris/actions-github-app-token@v1.1.6 id: app with: app_id: ${{ secrets.GH_APP_ID }}