From 38fd751f9cc3b28bddf1d3fa7f88ba96f719e3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:31:28 -0600 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 2 (#173) Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-cookbook-gallery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cookbook-gallery.yaml b/.github/workflows/update-cookbook-gallery.yaml index 38bfdaa..9d4c405 100644 --- a/.github/workflows/update-cookbook-gallery.yaml +++ b/.github/workflows/update-cookbook-gallery.yaml @@ -110,7 +110,7 @@ jobs: python -m pre_commit run --all-files exit 0 - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.APP_ID }}