Skip to content

Commit e8656db

Browse files
authored
Use the latest released version
The one with fixed GH action warning
1 parent 12364c0 commit e8656db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
4242
```yaml
4343
steps:
4444
- name: Notify deploy to Rollbar
45-
uses: rollbar/github-deploy-action@2.1.1
45+
uses: rollbar/github-deploy-action@2.1.2
4646
id: rollbar_deploy
4747
with:
4848
environment: 'production'
@@ -58,7 +58,7 @@ steps:
5858
```yaml
5959
steps:
6060
- name: Notify start deploy to Rollbar
61-
uses: rollbar/github-deploy-action@2.1.1
61+
uses: rollbar/github-deploy-action@2.1.2
6262
id: rollbar_pre_deploy
6363
with:
6464
environment: 'production'
@@ -72,7 +72,7 @@ steps:
7272

7373
steps:
7474
- name: Notify finish deploy to Rollbar
75-
uses: rollbar/github-deploy-action@2.1.1
75+
uses: rollbar/github-deploy-action@2.1.2
7676
id: rollbar_post_deploy
7777
with:
7878
environment: 'production'
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
name: bundle2.js.map
113113
- name: Rollbar deploy
114-
uses: rollbar/github-deploy-action@2.1.1
114+
uses: rollbar/github-deploy-action@2.1.2
115115
with:
116116
environment: production
117117
version: ${{ github.sha }}

0 commit comments

Comments
 (0)