Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #620 from albelium/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/create-github-app-token-1.10.2

Bump actions/create-github-app-token from 1.10.1 to 1.10.2
  • Loading branch information
albelium-bot[bot] authored Jul 1, 2024
2 parents a714854 + 0e31891 commit a50738f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Create GitHub App Token
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
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/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opened-issue-to-project.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/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/[email protected]

- name: Create GitHub App Token
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/[email protected]

- name: Create GitHub App Token
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
Expand Down

0 comments on commit a50738f

Please sign in to comment.