Skip to content

Commit 0c9d180

Browse files
authored
Update action version to v1.1.0 in README
1 parent 01759ce commit 0c9d180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This GitHub Action helps you deploy your project to a remote server with zero do
1414

1515
## Example Usage
1616
You can use our [Setuper](https://deployrepository.com/setuper) by filing this form well be do all work, create workflow and secrets.
17-
or you can follow an example workflow configuration that uses the `DeployRepository/zero-downtime-deployment@v1.0.0` action:
17+
or you can follow an example workflow configuration that uses the `DeployRepository/zero-downtime-deployment@v1.1.0` action:
1818

1919
> [!IMPORTANT]
2020
> You need to add the following secrets to your repository:
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Deploy Laravel project
56-
uses: DeployRepository/zero-downtime-deployment@v1.0.0
56+
uses: DeployRepository/zero-downtime-deployment@v1.1.0
5757
with:
5858
host: ${{ secrets.REMOTE_HOST }}
5959
username: ${{ secrets.REMOTE_USER }}

0 commit comments

Comments
 (0)