From a3f5aecb4c9f93b2f5a02c7d7b5ce26934da9b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:39:01 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 2.0.0 to 2.1.0 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-subsplits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-subsplits.yml b/.github/workflows/publish-subsplits.yml index b577cfb..03683e3 100644 --- a/.github/workflows/publish-subsplits.yml +++ b/.github/workflows/publish-subsplits.yml @@ -24,7 +24,7 @@ jobs: - name: Generate RetrofitBot token id: generate_token - uses: tibdex/github-app-token@v2.0.0 + uses: tibdex/github-app-token@v2.1.0 with: app_id: ${{ secrets.RETROFIT_BOT_APP_ID }} private_key: ${{ secrets.RETROFIT_BOT_PRIVATE_KEY }}