From d86d6af0cb4e554247e208eab8594a7e8f7f3176 Mon Sep 17 00:00:00 2001 From: Austen Lacy Date: Thu, 16 Apr 2020 11:52:09 -0400 Subject: [PATCH] bump action version to 1.0.1 in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a58640a..d3c6470 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous ```yaml steps: - name: Notify deploy to Rollbar - uses: rollbar/github-deploy-action@1.0.0 + uses: rollbar/github-deploy-action@1.0.1 id: rollbar_deploy with: environment: 'production' @@ -50,7 +50,7 @@ steps: ```yaml steps: - name: Notify start deploy to Rollbar - uses: rollbar/github-deploy-action@1.0.0 + uses: rollbar/github-deploy-action@1.0.1 id: rollbar_pre_deploy with: environment: 'production' @@ -63,7 +63,7 @@ steps: steps: - name: Notify finish deploy to Rollbar - uses: rollbar/github-deploy-action@1.0.0 + uses: rollbar/github-deploy-action@1.0.1 id: rollbar_post_deploy with: environment: 'production'