aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-core.yml
diff options
context:
space:
mode:
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 83a4729c1..3a0b3cffa 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@v5
+ - uses: actions/checkout@v6
- uses: tree-sitter/setup-action/cli@v2
- uses: ilammy/msvc-dev-cmd@v1