Skip to content

Commit d86d6af

Browse files
committed
bump action version to 1.0.1 in readme
1 parent efbb449 commit d86d6af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous
3535
```yaml
3636
steps:
3737
- name: Notify deploy to Rollbar
38-
uses: rollbar/github-deploy-action@1.0.0
38+
uses: rollbar/github-deploy-action@1.0.1
3939
id: rollbar_deploy
4040
with:
4141
environment: 'production'
@@ -50,7 +50,7 @@ steps:
5050
```yaml
5151
steps:
5252
- name: Notify start deploy to Rollbar
53-
uses: rollbar/github-deploy-action@1.0.0
53+
uses: rollbar/github-deploy-action@1.0.1
5454
id: rollbar_pre_deploy
5555
with:
5656
environment: 'production'
@@ -63,7 +63,7 @@ steps:
6363

6464
steps:
6565
- name: Notify finish deploy to Rollbar
66-
uses: rollbar/github-deploy-action@1.0.0
66+
uses: rollbar/github-deploy-action@1.0.1
6767
id: rollbar_post_deploy
6868
with:
6969
environment: 'production'

0 commit comments

Comments
 (0)