Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deno.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: deno
version: 1.36.1
version: 1.36.2
epoch: 0
description: "A modern runtime for JavaScript and TypeScript."
copyright:
Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/denoland/deno/releases/download/v${{package.version}}/deno_src.tar.gz
expected-sha256: d3262bb024eb4aacf2090cdca66059a90a3176c07ebe1fcc0abcd4d83f2b047c
expected-sha256: 32b919c168b7c0e538da8c4836efd3c3c0e6d1ccc617c9cf0cb3dbfd9cf0f04f

- name: Configure and build
runs: |
Expand Down