From c1cfe7d60cf155b3192fde7f6db37b7d84d67aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:59:44 +0200 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 2 (#17) 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/readme-tree.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-tree.yaml b/.github/workflows/readme-tree.yaml index 01f09a2..4ebdf19 100644 --- a/.github/workflows/readme-tree.yaml +++ b/.github/workflows/readme-tree.yaml @@ -20,7 +20,7 @@ jobs: with: showdirectoryname: "yes" - name: Generate GitHub App Token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.APP_ID }}