mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
ci: bump action versions
This commit is contained in:
parent
69cbb6c6d3
commit
f2a5524add
5 changed files with 12 additions and 12 deletions
4
.github/workflows/update-lockfile.yml
vendored
4
.github/workflows/update-lockfile.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Update lockfile
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: master
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
git clean -xf
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
||||
branch: update-lockfile-pr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue