mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
ci: bump cache to v4
This commit is contained in:
parent
ae7ceaadad
commit
023a8ee9a2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-queries.yml
vendored
2
.github/workflows/test-queries.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Parsers Cache
|
- name: Setup Parsers Cache
|
||||||
id: parsers-cache
|
id: parsers-cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./parser/
|
./parser/
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Parsers Cache
|
- name: Setup Parsers Cache
|
||||||
id: parsers-cache
|
id: parsers-cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./parser/
|
./parser/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue