ci(github-action): update actions/create-github-app-token action ( v1.6.3 → v1.6.4 )

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.6.3 | v1.6.4 |
This commit is contained in:
repo-duster[bot] 2024-01-19 16:08:40 +00:00
parent ecd0e69d8c
commit 0fa704bfc7
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.6.3
uses: actions/create-github-app-token@v1.6.4
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"