diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-07-11 07:40:25 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-11 08:14:21 +0200 |
| commit | 330da0ff07be4a68c96ab02ad0c03c87070614a3 (patch) | |
| tree | 4a7b66acb5c7ce2e5b29d0a47fead5fc4ece818a /.github/workflows/update-lockfile.yml | |
| parent | Update parsers: bash, c, css, html, json, objc, php, python, sql, wing (diff) | |
| download | nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar.gz nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar.bz2 nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar.lz nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar.xz nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.tar.zst nvim-treesitter-330da0ff07be4a68c96ab02ad0c03c87070614a3.zip | |
ci: bump actions to latest
Diffstat (limited to '.github/workflows/update-lockfile.yml')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 5a29d32b7..a1b910e3b 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -48,7 +48,7 @@ jobs: git clean -xf - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}" branch: update-lockfile-pr |
