Skip to content

Commit 8e3883f

Browse files
committed
Update readme with v3 tag
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 538a7ab commit 8e3883f

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
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Deploy
36-
uses: rtCamp/action-deploy-wordpress@v2
36+
uses: rtCamp/action-deploy-wordpress@v3
3737
env:
3838
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
3939
```
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@v2
124124
- name: Deploy
125-
uses: rtCamp/action-deploy-wordpress@v2
125+
uses: rtCamp/action-deploy-wordpress@v3
126126
env:
127127
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
128128
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
@@ -168,7 +168,7 @@ systemctl restart ssh
168168

169169
## License
170170

171-
[MIT](LICENSE) © 2021 rtCamp
171+
[MIT](LICENSE) © 2022 rtCamp
172172

173173
## Does this interest you?
174174

0 commit comments

Comments
 (0)