Skip to content

Commit

Permalink
docs: revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeLNJunior committed Mar 2, 2024
1 parent 5e28134 commit 9615eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JorgeLNJunior/render-deploy@v1.4.4
- uses: JorgeLNJunior/render-deploy@v1.4.3
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand All @@ -45,7 +45,7 @@ deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JorgeLNJunior/render-deploy@v1.4.4
- uses: JorgeLNJunior/render-deploy@v1.4.3
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand All @@ -60,7 +60,7 @@ deploy:
deployments: write
steps:
- uses: actions/checkout@v3
- uses: JorgeLNJunior/render-deploy@v1.4.4
- uses: JorgeLNJunior/render-deploy@v1.4.3
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand All @@ -77,7 +77,7 @@ deploy:
deployments: write
steps:
- uses: actions/checkout@v3
- uses: JorgeLNJunior/render-deploy@v1.4.4
- uses: JorgeLNJunior/render-deploy@v1.4.3
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
Expand Down

0 comments on commit 9615eb6

Please sign in to comment.