Skip to content

Commit 048b5d8

Browse files
Update actions/create-github-app-token action to v3
1 parent 28005a9 commit 048b5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Generate app token for formula push
127127
if: github.ref_type == 'tag'
128128
id: app-token
129-
uses: actions/create-github-app-token@v1
129+
uses: actions/create-github-app-token@v3
130130
with:
131131
app-id: ${{ secrets.APP_ID }}
132132
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)