ソースを参照

Merge ce3bea2479 into b780e47fc7

pull/318/merge
dependabot[bot] 2週間前
committed by GitHub
コミット
8ef692ba99
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      .github/workflows/ci.yml
  2. +1
    -1
      .github/workflows/lint.yml

+ 1
- 1
.github/workflows/ci.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

+ 1
- 1
.github/workflows/lint.yml ファイルの表示

@ -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:

読み込み中…
キャンセル
保存