소스 검색

Merge ce3bea2479 into b780e47fc7

pull/318/merge
dependabot[bot] 2 주 전
committed by GitHub
부모
커밋
8ef692ba99
No known key found for this signature in database 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:

불러오는 중...
취소
저장