Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Sep 24, 2023
1 parent 30e438d commit b9eea90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
Expand All @@ -37,7 +37,7 @@ jobs:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
Expand All @@ -52,5 +52,5 @@ jobs:
- name: Install tree-sitter-cli
run: |
npm install -g tree-sitter-cli
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

0 comments on commit b9eea90

Please sign in to comment.