-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12acded
commit e53bc91
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.0.0-rc.5 | ||
version: 2.0.0-rc.6 | ||
commit: '%.%.%' | ||
files: | ||
README.md: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.0.0-rc.5 | ||
ARG DENO_VERSION=2.0.0-rc.6 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.0.0-rc.5 | ||
ARG DENO_VERSION=2.0.0-rc.6 | ||
|
||
|
||
FROM buildpack-deps:20.04-curl AS download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.0.0-rc.5 | ||
ARG DENO_VERSION=2.0.0-rc.6 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.0.0-rc.5 | ||
ARG DENO_VERSION=2.0.0-rc.6 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. | ||
|
||
export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/mod.ts"; | ||
export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/github_actions.ts"; | ||
export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/mod.ts"; | ||
export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/github_actions.ts"; | ||
export { parse as parseYaml } from "https://deno.land/[email protected]/encoding/yaml.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.0.0-rc.5 | ||
ARG DENO_VERSION=2.0.0-rc.6 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|