Skip to content

Commit

Permalink
Merge pull request actions#1800 from lucacasonato/patch-1
Browse files Browse the repository at this point in the history
Update denoland/setup-deno workflow
  • Loading branch information
Phantsure authored Nov 2, 2022
2 parents f05aae0 + 7cd24aa commit 9a49c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

# This workflow will install Deno then run Deno lint and test.
# This workflow will install Deno then run `deno lint` and `deno test`.
# For more information see: https://github.com/denoland/setup-deno

name: Deno
Expand All @@ -27,7 +27,7 @@ jobs:

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

Expand All @@ -39,4 +39,4 @@ jobs:
run: deno lint

- name: Run tests
run: deno test -A --unstable
run: deno test -A

0 comments on commit 9a49c6d

Please sign in to comment.