Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 5, 2019
1 parent 7a4f076 commit d6240b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:19.10

WORKDIR /root

LABEL version="0.16.0"
LABEL version="0.17.0"
LABEL repository="https://github.com/denolib/deno-action"
LABEL homepage="https://github.com/denolib/deno-action"
LABEL maintainer="Axetroy <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflow "Test" {
}
action "Run test" {
uses = "denolib/deno-action@0.16.0"
uses = "denolib/deno-action@0.17.0"
args = "run test.ts"
}
```
Expand Down

0 comments on commit d6240b8

Please sign in to comment.