Skip to content

Commit

Permalink
perf: deno_ast 0.41 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 31, 2024
1 parent 80f0021 commit 6c0355c
Show file tree
Hide file tree
Showing 10 changed files with 344 additions and 278 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

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

- name: Install rust
uses: dsherret/rust-toolchain-file@v1
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 6c0355c

Please sign in to comment.