diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-04 12:50:31 +0000 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-04-06 11:20:06 +0200 |
commit | 2d11b981bfbb7816d88a69b43b758f3a3f515b96 (patch) | |
tree | de871ec21d4fad718eda3b4bfd6795b479f10a00 | |
parent | fece4897940896f487559b955e4f8f76d48f299c (diff) | |
download | rneovim-2d11b981bfbb7816d88a69b43b758f3a3f515b96.tar.gz rneovim-2d11b981bfbb7816d88a69b43b758f3a3f515b96.tar.bz2 rneovim-2d11b981bfbb7816d88a69b43b758f3a3f515b96.zip |
ci: bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 25a52c4757..71c0e2a984 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.BACKPORT_APP }} |