diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-20 16:37:59 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-03-20 17:42:48 +0100 |
| commit | 877f724846f2202a16e311bd19efb954bd1c430e (patch) | |
| tree | d296e312dcbbcdedae99ed6baef5c2af22c16aa2 | |
| parent | feat(zsh)!: update parser and queries (diff) | |
| download | nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar.gz nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar.bz2 nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar.lz nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar.xz nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.tar.zst nvim-treesitter-877f724846f2202a16e311bd19efb954bd1c430e.zip | |
ci: bump actions/create-github-app-token in the actions group
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
Updates `actions/create-github-app-token` from 2 to 3
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/update-parsers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-parsers.yml b/.github/workflows/update-parsers.yml index 7b68b2412..694a8bbbd 100644 --- a/.github/workflows/update-parsers.yml +++ b/.github/workflows/update-parsers.yml @@ -21,7 +21,7 @@ jobs: with: ref: main - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.TOKEN_ID }} |
