Skip to content

Commit 67f72f9

Browse files
authored
Merge pull request #10788 from Icinga/dependabot/github_actions/actions/create-github-app-token-3.1.1
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
2 parents 3a39ceb + c8920ac commit 67f72f9

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@v3.0.0
27+
uses: actions/create-github-app-token@v3.1.1
2828
id: backbot-token
2929
with:
3030
app-id: ${{ secrets.BACKBOT_APP_ID }}

0 commit comments

Comments
 (0)