dependabot[bot]
2 hafta önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
ce3bea2479
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
2 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
.github/workflows/ci.yml
-
.github/workflows/lint.yml
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
os: [ubuntu-latest, windows-latest, macos-latest] |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v6 |
|
|
|
uses: actions/checkout@v7 |
|
|
|
- name: Set up tree-sitter |
|
|
|
uses: tree-sitter/setup-action/cli@v2 |
|
|
|
- name: Run tests |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v6 |
|
|
|
uses: actions/checkout@v7 |
|
|
|
- name: Set up Node.js |
|
|
|
uses: actions/setup-node@v6 |
|
|
|
with: |
|
|
|
|