Skip to content

Commit deed41d

Browse files
authored
Merge pull request #540 from VirtualLiveLab/renovate/actions-create-github-app-token-2.x
chore(deps): update actions/create-github-app-token action to v2.1.4
2 parents 211d7bb + aa1415d commit deed41d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Create GitHub App Token
31-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
31+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3232
id: app-token
3333
with:
3434
app-id: ${{ vars.ACTIONS_MIKU_APP_ID }}

.github/workflows/renovate-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: write
2828

2929
steps:
30-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
30+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3131
id: app-token
3232
with:
3333
app-id: ${{ vars.ACTIONS_MIKU_APP_ID }}

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Get GitHub Access Token from GitHub App
111-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
111+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
112112
id: app-token
113113
with:
114114
app-id: ${{ vars.ACTIONS_MIKU_APP_ID }}

0 commit comments

Comments
 (0)