1.3.0 (#66)
test / test (1.33.1, ubuntu-latest) (push) Failing after 15s
Details
test / test (1.x, ubuntu-latest) (push) Successful in 1m57s
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, ubuntu-latest) (push) Successful in 49s
Details
test / test (canary, ubuntu-latest) (push) Successful in 24s
Details
test / test (~1.32, ubuntu-latest) (push) Failing after 10s
Details
test / test-version-file (.dvmrc) (push) Successful in 22s
Details
test / test-version-file (.tool-versions) (push) Successful in 20s
Details
test / test (1.33.1, macos-latest) (push) Has been cancelled
Details
test / test (1.33.1, windows-latest) (push) Has been cancelled
Details
test / test (1.x, macos-latest) (push) Has been cancelled
Details
test / test (1.x, windows-latest) (push) Has been cancelled
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, macos-latest) (push) Has been cancelled
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, windows-latest) (push) Has been cancelled
Details
test / test (canary, macos-latest) (push) Has been cancelled
Details
test / test (canary, windows-latest) (push) Has been cancelled
Details
test / test (~1.32, macos-latest) (push) Has been cancelled
Details
test / test (~1.32, windows-latest) (push) Has been cancelled
Details
test / test (1.33.1, ubuntu-latest) (push) Failing after 15s
Details
test / test (1.x, ubuntu-latest) (push) Successful in 1m57s
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, ubuntu-latest) (push) Successful in 49s
Details
test / test (canary, ubuntu-latest) (push) Successful in 24s
Details
test / test (~1.32, ubuntu-latest) (push) Failing after 10s
Details
test / test-version-file (.dvmrc) (push) Successful in 22s
Details
test / test-version-file (.tool-versions) (push) Successful in 20s
Details
test / test (1.33.1, macos-latest) (push) Has been cancelled
Details
test / test (1.33.1, windows-latest) (push) Has been cancelled
Details
test / test (1.x, macos-latest) (push) Has been cancelled
Details
test / test (1.x, windows-latest) (push) Has been cancelled
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, macos-latest) (push) Has been cancelled
Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, windows-latest) (push) Has been cancelled
Details
test / test (canary, macos-latest) (push) Has been cancelled
Details
test / test (canary, windows-latest) (push) Has been cancelled
Details
test / test (~1.32, macos-latest) (push) Has been cancelled
Details
test / test (~1.32, windows-latest) (push) Has been cancelled
Details
This commit is contained in:
parent
2bca7ce523
commit
ba9dcf3bc3
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "setup-deno",
|
"name": "setup-deno",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "setup-deno",
|
"name": "setup-deno",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "setup-deno",
|
"name": "setup-deno",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "setup-deno",
|
"name": "setup-deno",
|
||||||
"description": "Set up Deno easially in GitHub Actions",
|
"description": "Set up Deno easially in GitHub Actions",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"author": "Deno Land Inc",
|
"author": "Deno Land Inc",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue