aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-core.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-08-12 11:04:13 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-08-12 11:08:18 +0200
commitbf0234010a49dc1df5de93390f197cfd0abcb9aa (patch)
tree231adb73d61e09f04c40065afd079f078bd24bb1 /.github/workflows/test-core.yml
parentci: validate predicate/directive string parameters (diff)
downloadnvim-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/test-core.yml')
-rw-r--r--.github/workflows/test-core.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml
index d91c1bb4c..f20f1939d 100644
--- a/.github/workflows/test-core.yml
+++ b/.github/workflows/test-core.yml
@@ -21,7 +21,7 @@ jobs:
env:
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: tree-sitter/setup-action/cli@v1
- uses: ilammy/msvc-dev-cmd@v1