Skip to content

Commit

Permalink
Use specific major version
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Jan 28, 2024
1 parent 2f1f6d8 commit e40c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@main
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno --version
Expand Down

0 comments on commit e40c571

Please sign in to comment.