Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit a12f3ee

Browse files
axetroyzhmushan
authored andcommitted
bump to v1.2.0 (#18)
1 parent 2352a97 commit a12f3ee

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This action sets up deno environment for use in actions by:
1212

1313
See [action.yml](action.yml)
1414

15+
> `denolib/[email protected]` has been deprecated. It may got fail in the future
16+
> . Use `denolib/setup-deno@master` instead.
17+
1518
Basic:
1619

1720
```yaml

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ inputs:
55
deno-version:
66
description: "Version range or exact version of a Deno version to use."
77
default: "v0.x"
8+
required: false
89
runs:
910
using: "node12"
1011
main: "dist/index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-deno",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"description": "setup deno action",
66
"main": "src/setup-deno.ts",

0 commit comments

Comments
 (0)