From a5f971f112fd50b6dd28469f23be2618b1ea87e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:04:15 +0900 Subject: [PATCH] ci: bump peaceiris/actions-github-app-token from 1.1.4 to 1.1.5 (#798) Bumps [peaceiris/actions-github-app-token](https://github.com/peaceiris/actions-github-app-token) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/peaceiris/actions-github-app-token/releases) - [Commits](https://github.com/peaceiris/actions-github-app-token/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: peaceiris/actions-github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 2f41e0d..25563b3 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.4 + - uses: peaceiris/actions-github-app-token@v1.1.5 id: app with: app_id: ${{ secrets.GH_APP_ID }}