Skip to content

Commit 3eb97cd

Browse files
ci(deps): update actions/create-github-app-token action from v1.9.0 to v1.10.0
1 parent 1340b66 commit 3eb97cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate a token
2222
id: generate_token
23-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
23+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
2424
with:
2525
app-id: ${{ secrets.MAZI_RELEASE_APP_ID }}
2626
private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)