Skip to content

Commit

Permalink
chore(github-workflow): use latest stable deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo79 committed Jun 8, 2023
1 parent 2b2eb42 commit eaa2475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

- name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@9db7f66e8e16b5699a514448ce994936c63f0d54
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: vx.x.x

# Uncomment this step to verify the use of 'deno fmt' on each commit.
- name: Verify formatting
Expand Down

0 comments on commit eaa2475

Please sign in to comment.