diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-01-24 10:27:03 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-24 10:30:08 +0100 |
| commit | 023a8ee9a2e3fcb134f0155d9390e068e85bb4f4 (patch) | |
| tree | b8249abda22ba206f89ff83370e1d817fa461947 /.github | |
| parent | chore(c_sharp): highlight tweaks (diff) | |
| download | nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar.gz nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar.bz2 nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar.lz nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar.xz nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.tar.zst nvim-treesitter-023a8ee9a2e3fcb134f0155d9390e068e85bb4f4.zip | |
ci: bump cache to v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-queries.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 768bab089..cd1d4c5f3 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -69,7 +69,7 @@ jobs: - name: Setup Parsers Cache id: parsers-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./parser/ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3beda4631..d7c98556f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Parsers Cache id: parsers-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./parser/ |
