Skip to content

Commit 6ee1a1a

Browse files
chore(deps): update actions/create-github-app-token action to v2
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v1 | v2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b73698c commit 6ee1a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Generate GitHub App token
3535
id: generate_token
36-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
36+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3737
with:
3838
app-id: ${{ env.APP_ID }}
3939
private-key: ${{ env.PRIVATE_KEY }}

0 commit comments

Comments
 (0)