Browse Source

[deps]: Update actions/create-github-app-token action to v2 (#785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/784/head
renovate[bot] 5 months ago committed by GitHub
parent
commit
88af7d6b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/version-bump.yml

2
.github/workflows/version-bump.yml

@ -42,7 +42,7 @@ jobs: @@ -42,7 +42,7 @@ jobs:
uses: bitwarden/gh-actions/azure-logout@main
- name: Generate GH App token
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: app-token
with:
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

Loading…
Cancel
Save