Skip to content

Commit 7a3a38f

Browse files
committed
Adjust doocs for release v0.4.0
1 parent 4adb7be commit 7a3a38f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ Here is the recommended way to install `codeowners-validator`:
6767

6868
```bash
6969
# binary installed into ./bin/
70-
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3.0
70+
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4.0
7171
7272
# binary installed into $(go env GOPATH)/bin/codeowners-validator
73-
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.3.0
73+
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v0.4.0
7474
7575
# In alpine linux (as it does not come with curl by default)
76-
wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.3.0
76+
wget -O - -q https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s v0.4.0
7777
7878
# Print version. Add `--short` to print just the version number.
7979
codeowners-validator -v

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ inputs:
4545

4646
runs:
4747
using: 'docker'
48-
image: 'docker://mszostok/codeowners-validator@sha256:8016ae44f761344ca86187fe5ed282c96b0b6b9b78d7c82402e2b19a5f9543be'
48+
image: 'docker://mszostok/codeowners-validator:v0.4.0'
4949
env:
5050
ENVS_PREFIX: "INPUT"
5151

0 commit comments

Comments
 (0)