Skip to content

Commit 068e681

Browse files
Bump tibdex/github-app-token from 1.3 to 1.4 (#5955)
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.3 to 1.4. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@v1.3...v1.4) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ec33c5 commit 068e681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# if: ${{ github.event.pull_request.head.repo.full_name == 'aio-libs/aiohttp' }}
2222
steps:
2323
- id: generate_token
24-
uses: tibdex/github-app-token@v1.3
24+
uses: tibdex/github-app-token@v1.4
2525
with:
2626
app_id: ${{ secrets.BOT_APP_ID }}
2727
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run pre-commit autoupdate
2020
run: pre-commit autoupdate
2121
- id: generate_token
22-
uses: tibdex/github-app-token@v1.3
22+
uses: tibdex/github-app-token@v1.4
2323
with:
2424
app_id: ${{ secrets.BOT_APP_ID }}
2525
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)