diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-08-12 11:04:13 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-08-12 11:08:18 +0200 |
| commit | bf0234010a49dc1df5de93390f197cfd0abcb9aa (patch) | |
| tree | 231adb73d61e09f04c40065afd079f078bd24bb1 /.github/workflows/update-parsers.yml | |
| parent | ci: validate predicate/directive string parameters (diff) | |
| download | nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar.gz nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar.bz2 nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar.lz nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar.xz nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.tar.zst nvim-treesitter-bf0234010a49dc1df5de93390f197cfd0abcb9aa.zip | |
ci: bump actions/checkout to v5
Diffstat (limited to '.github/workflows/update-parsers.yml')
| -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 351beef67..533fc2ddd 100644 --- a/.github/workflows/update-parsers.yml +++ b/.github/workflows/update-parsers.yml @@ -17,7 +17,7 @@ jobs: name: Update parsers tier ${{ matrix.tier }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: main |
