Skip to content

Commit

Permalink
bump gha
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 6, 2025
1 parent 047f032 commit 637a862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x
- name: Run tests
run: deno task test
- name: Create coverage report
Expand Down

0 comments on commit 637a862

Please sign in to comment.