Skip to content

Commit

Permalink
chore(github): update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Oct 5, 2024
1 parent 6e6a72f commit 75e7e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.1
deno-version: 2.0.0-rc.10

- name: Install Oha
uses: baptiste0928/cargo-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.1
deno-version: 2.0.0-rc.10

- name: Run tests
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} deno task test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.1
deno-version: 2.0.0-rc.10

- run: deno lint --unstable-kv core
- run: deno lint --unstable-kv examples
Expand Down

0 comments on commit 75e7e86

Please sign in to comment.