Skip to content

Commit

Permalink
chore(deps): update actions/create-github-app-token action to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent e116b2e commit 9158698
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/[email protected].0
uses: actions/[email protected].1
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:/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/[email protected].0
uses: actions/[email protected].1
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-deploy-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# https:/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
id: app-token
with:
app-id: ${{ inputs.gh-app-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
# https:/marketplace/actions/create-github-app-token
- name: Create GitHub App Token
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
id: app-token
with:
app-id: ${{ inputs.gh-app-id }}
Expand Down

0 comments on commit 9158698

Please sign in to comment.