Skip to content

Commit 154285c

Browse files
chore(deps): update actions/create-github-app-token action to v3.2.0 (#4)
Signed-off-by: mo-technical-user <technical-user@mogenius.dev>
1 parent 4b99066 commit 154285c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Generate a token
8787
id: generate-token
8888
if: steps.auth-check.outputs.use_app_auth == 'true'
89-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
89+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9090
with:
9191
client-id: ${{ secrets.APP_ID }}
9292
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)