Skip to content

Commit

Permalink
Merge pull request #198 from 2rabs/renovate/actions-create-github-app…
Browse files Browse the repository at this point in the history
…-token-1.x
  • Loading branch information
tatsutakein authored Jan 20, 2024
2 parents ef60f66 + 5f66e70 commit c82b153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.6.3
uses: actions/create-github-app-token@v1.6.4
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opened-issues-backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.6.3
uses: actions/create-github-app-token@v1.6.4
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down

0 comments on commit c82b153

Please sign in to comment.