Skip to content

Commit b47473a

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#2587)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.2.2 | v3.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 3251024 commit b47473a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
export_env: false
6868

6969
- name: Create a GitHub App installation access token
70-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
70+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
7171
id: app-token
7272
with:
7373
app-id: ${{ fromJSON(steps.secrets.outputs.secrets || '{}').APP_ID }}

0 commit comments

Comments
 (0)