Skip to content

Commit

Permalink
perf: deno_ast 0.41 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 31, 2024
1 parent 79fb988 commit 13f6b8d
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 402 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.DENOBOT_PAT }}

Expand Down
Loading

0 comments on commit 13f6b8d

Please sign in to comment.