mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
ci: bump actions to latest
This commit is contained in:
parent
e811a62e2f
commit
330da0ff07
3 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Lint with stylua
|
- name: Lint with stylua
|
||||||
uses: JohnnyMorganz/stylua-action@v2
|
uses: JohnnyMorganz/stylua-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: latest
|
version: latest
|
||||||
|
|
|
||||||
2
.github/workflows/update-lockfile.yml
vendored
2
.github/workflows/update-lockfile.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
git clean -xf
|
git clean -xf
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
||||||
branch: update-lockfile-pr
|
branch: update-lockfile-pr
|
||||||
|
|
|
||||||
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
git clean -xf
|
git clean -xf
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
commit-message: Update README
|
commit-message: Update README
|
||||||
title: Update README
|
title: Update README
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue