Skip to content

Commit 1a352a9

Browse files
authored
Merge pull request #10758 from Icinga/dependabot/github_actions/actions/create-github-app-token-3.0.0
Bump actions/create-github-app-token from 2.2.1 to 3.0.0
2 parents 8f85e8b + 3fb7066 commit 1a352a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# GitHub doesn't allow to alter any file within the .github/workflows directory using the default GITHUB_TOKEN.
2525
# This action will create a token with the permissions defined below and is valid only for 1 hour, but if the
2626
# job completes before that 1 hour limit, the token will automatically be revoked.
27-
uses: actions/create-github-app-token@v2.2.1
27+
uses: actions/create-github-app-token@v3.0.0
2828
id: backbot-token
2929
with:
3030
app-id: ${{ secrets.BACKBOT_APP_ID }}

0 commit comments

Comments
 (0)