Skip to content

Commit

Permalink
Merge pull request #390 from eed3si9n/wip/fix-fuzz
Browse files Browse the repository at this point in the history
Fix GitHub Actions
  • Loading branch information
eed3si9n committed Mar 13, 2024
2 parents b3ac6a5 + 2935d41 commit 70b4fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Parser fuzzing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: vigoux/tree-sitter-fuzz-action@v1
with:
language: scala
Expand Down

0 comments on commit 70b4fe6

Please sign in to comment.