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 | |
| 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')
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-readme.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f380e1c5..121526c60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v2 + uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest 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 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 8867da0fc..c8673a6a0 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -33,7 +33,7 @@ jobs: git clean -xf - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: Update README title: Update README |
